#A671F3

Color #A671F3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A671F3

Tints of Medium Purple #A671F3

Color information

#A671F3 (or 0xA671F3) is unknown color: approx Medium Purple. HEX triplet: A6, 71 and F3. RGB value is (166,113,243). Sum of RGB (Red+Green+Blue) = 166+113+243=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #A671F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A671F3 is #598E0C. Grayscale: #8F8F8F. Windows color (decimal): -5869069 or 15954342. OLE color: 15954342.

HSL color Cylindrical-coordinate representation of color #A671F3: hue angle of 264.46º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A671F3 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166113243-
CMYK0.320.5300.05
HSL264.46º84.42%69.8%-
HSV(B)264.46º53.5%95.29%-
XYZ37.8126.3987.89-
YUV143.67184.06143.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 243 (95.31% from 255) = 46.55%
R=31.80%
G=21.65%
B=46.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661132430.320.5300.05264.4684.4269.8
HexA671F32035051085446
Octal246161363406505410124106
Binary10100110111000111110011100000110101010110000100010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A671F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A671F3; }

 p { color: rgb(166,113,243); }

 H1.HeaderClassName
 {
   color: #A671F3;
 }
 .AnyTagClassName
 {
   color: #A671F3;
 }
</style>
background-color css

<style>
 a { background-color: #A671F3; }

 a { background-color: rgb(166,113,243); }

 div.DivClassName
 {
   background-color: #A671F3;
 }
 .BgClassName
 {
   background-color: #A671F3;
 }
</style>
border-color css

<style>
 span { border-color: #A671F3; }

 span { border-color: rgb(166,113,243); }

 td.TdClassName
 {
   border-color: #A671F3;
 }
 .TagClassName
 {
   border-color: #A671F3;
 }
</style>