Html Css Color HEX #A0037C Eggplant

📋 copy color: '#A0037C'

red 160 ◦ green 3 ◦ blue 124

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

Shades of Eggplant #A0037C

Tints of Eggplant #A0037C

RGB

 RED value IS 160 (62.89% from 255) = 55.75%

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

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

R = 55.75%
G = 1.05%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0037C (or 0xA0037C) is known color: Eggplant. HEX triplet: A0, 03 and 7C. RGB value is (160,3,124). Sum of RGB (Red+Green+Blue) = 160+3+124=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0037C is #5FFC83. Grayscale: #3F3F3F. Windows color (decimal): -6290564 or 8127392. OLE color: 8127392.

HSL color Cylindrical-coordinate representation of color #A0037C: hue angle of 313.76º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0037C is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 124 -
CMYK 0 0.98 0.22 0.37
HSL 313.76º 0.96% 0.32% -
HSV(B) 313.76º 0.98% 0.63% -
XYZ 18.17 8.99 19.85 -
YUV 63.74 162.01 196.66 -
System Red Green Blue C M Y K H S L
Decimal 160 3 124 0 0.98 0.22 0.37 313.76 0.96 0.32
Hex A0 3 7C 0 62 16 25 13A 60 20
Octal 240 3 174 0 142 26 45 472 140 40
Binary 10100000 11 1111100 0 1100010 10110 100101 100111010 1100000 100000

Color Harmonies of #A0037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0037C

Black with #A0037C

Text Example


Text Example

White with #A0037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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