Html Css Color HEX #A0037E Eggplant

📋 copy color: '#A0037E'

red 160 ◦ green 3 ◦ blue 126

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

Shades of Eggplant #A0037E

Tints of Eggplant #A0037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 55.36%
G = 1.04%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0037E (or 0xA0037E) is known color: Eggplant. HEX triplet: A0, 03 and 7E. RGB value is (160,3,126). Sum of RGB (Red+Green+Blue) = 160+3+126=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0037E is #5FFC81. Grayscale: #3F3F3F. Windows color (decimal): -6290562 or 8258464. OLE color: 8258464.

HSL color Cylindrical-coordinate representation of color #A0037E: hue angle of 312.99º 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 #A0037E is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 126 -
CMYK 0 0.98 0.21 0.37
HSL 312.99º 0.96% 0.32% -
HSV(B) 312.99º 0.98% 0.63% -
XYZ 18.3 9.05 20.52 -
YUV 63.97 163.01 196.5 -
System Red Green Blue C M Y K H S L
Decimal 160 3 126 0 0.98 0.21 0.37 312.99 0.96 0.32
Hex A0 3 7E 0 62 15 25 139 60 20
Octal 240 3 176 0 142 25 45 471 140 40
Binary 10100000 11 1111110 0 1100010 10101 100101 100111001 1100000 100000

Color Harmonies of #A0037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0037E

Black with #A0037E

Text Example


Text Example

White with #A0037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0037E; }

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

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

background-color css

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

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

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

border-color css

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

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

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