Html Css Color HEX #A6017F Eggplant

📋 copy color: '#A6017F'

red 166 ◦ green 1 ◦ blue 127

#A6017F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #A6017F

Tints of Eggplant #A6017F

RGB

 RED value IS 166 (65.23% from 255) = 56.46%

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 127 (50% from 255) = 43.2%

R = 56.46%
G = 0.34%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6017F (or 0xA6017F) is known color: Eggplant. HEX triplet: A6, 01 and 7F. RGB value is (166,1,127). Sum of RGB (Red+Green+Blue) = 166+1+127=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6017F is #59FE80. Grayscale: #404040. Windows color (decimal): -5897857 or 8323494. OLE color: 8323494.

HSL color Cylindrical-coordinate representation of color #A6017F: hue angle of 314.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6017F is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 1 127 -
CMYK 0 0.99 0.23 0.35
HSL 314.18º 0.99% 0.33% -
HSV(B) 314.18º 0.99% 0.65% -
XYZ 19.57 9.66 20.91 -
YUV 64.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 166 1 127 0 0.99 0.23 0.35 314.18 0.99 0.33
Hex A6 1 7F 0 63 17 23 13A 63 21
Octal 246 1 177 0 143 27 43 472 143 41
Binary 10100110 1 1111111 0 1100011 10111 100011 100111010 1100011 100001

Color Harmonies of #A6017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6017F

Black with #A6017F

Text Example


Text Example

White with #A6017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6017F; }

 p { color: rgb(166,1,127); }

 H1.HeaderClassName
 {
   color: #A6017F;
 }
 .AnyTagClassName
 {
   color: #A6017F;
 }
</style>

background-color css

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

 a { background-color: rgb(166,1,127); }

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

border-color css

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

 span { border-color: rgb(166,1,127); }

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