Html Css Color HEX #A6017C Eggplant

📋 copy color: '#A6017C'

red 166 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #A6017C

Tints of Eggplant #A6017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.61%

R = 57.04%
G = 0.34%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6017C (or 0xA6017C) is known color: Eggplant. HEX triplet: A6, 01 and 7C. RGB value is (166,1,124). Sum of RGB (Red+Green+Blue) = 166+1+124=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6017C is #59FE83. Grayscale: #404040. Windows color (decimal): -5897860 or 8126886. OLE color: 8126886.

HSL color Cylindrical-coordinate representation of color #A6017C: hue angle of 315.27º 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 #A6017C is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 1 124 -
CMYK 0 0.99 0.25 0.35
HSL 315.27º 0.99% 0.33% -
HSV(B) 315.27º 0.99% 0.65% -
XYZ 19.37 9.58 19.9 -
YUV 64.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 166 1 124 0 0.99 0.25 0.35 315.27 0.99 0.33
Hex A6 1 7C 0 63 19 23 13B 63 21
Octal 246 1 174 0 143 31 43 473 143 41
Binary 10100110 1 1111100 0 1100011 11001 100011 100111011 1100011 100001

Color Harmonies of #A6017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6017C

Black with #A6017C

Text Example


Text Example

White with #A6017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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