Html Css Color HEX #A8037C Eggplant

📋 copy color: '#A8037C'

red 168 ◦ green 3 ◦ blue 124

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

Shades of Eggplant #A8037C

Tints of Eggplant #A8037C

RGB

 RED value IS 168 (66.02% from 255) = 56.95%

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

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

R = 56.95%
G = 1.02%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8037C (or 0xA8037C) is known color: Eggplant. HEX triplet: A8, 03 and 7C. RGB value is (168,3,124). Sum of RGB (Red+Green+Blue) = 168+3+124=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8037C is #57FC83. Grayscale: #414141. Windows color (decimal): -5766276 or 8127400. OLE color: 8127400.

HSL color Cylindrical-coordinate representation of color #A8037C: hue angle of 316º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8037C is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 3 124 -
CMYK 0 0.98 0.26 0.34
HSL 316º 0.96% 0.34% -
HSV(B) 316º 0.98% 0.66% -
XYZ 19.82 9.85 19.92 -
YUV 66.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 168 3 124 0 0.98 0.26 0.34 316 0.96 0.34
Hex A8 3 7C 0 62 1A 22 13C 60 22
Octal 250 3 174 0 142 32 42 474 140 42
Binary 10101000 11 1111100 0 1100010 11010 100010 100111100 1100000 100010

Color Harmonies of #A8037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8037C

Black with #A8037C

Text Example


Text Example

White with #A8037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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