Html Css Color HEX #A6037C Eggplant

📋 copy color: '#A6037C'

red 166 ◦ green 3 ◦ blue 124

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

Shades of Eggplant #A6037C

Tints of Eggplant #A6037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 56.66%
G = 1.02%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6037C (or 0xA6037C) is known color: Eggplant. HEX triplet: A6, 03 and 7C. RGB value is (166,3,124). Sum of RGB (Red+Green+Blue) = 166+3+124=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6037C is #59FC83. Grayscale: #414141. Windows color (decimal): -5897348 or 8127398. OLE color: 8127398.

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

Color convert

RGB 166 3 124 -
CMYK 0 0.98 0.25 0.35
HSL 315.46º 0.96% 0.33% -
HSV(B) 315.46º 0.98% 0.65% -
XYZ 19.4 9.63 19.9 -
YUV 65.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 166 3 124 0 0.98 0.25 0.35 315.46 0.96 0.33
Hex A6 3 7C 0 62 19 23 13B 60 21
Octal 246 3 174 0 142 31 43 473 140 41
Binary 10100110 11 1111100 0 1100010 11001 100011 100111011 1100000 100001

Color Harmonies of #A6037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6037C

Black with #A6037C

Text Example


Text Example

White with #A6037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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