Html Css Color HEX #A4037E Eggplant

📋 copy color: '#A4037E'

red 164 ◦ green 3 ◦ blue 126

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

Shades of Eggplant #A4037E

Tints of Eggplant #A4037E

RGB

 RED value IS 164 (64.45% from 255) = 55.97%

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

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

R = 55.97%
G = 1.02%
B = 43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4037E (or 0xA4037E) is known color: Eggplant. HEX triplet: A4, 03 and 7E. RGB value is (164,3,126). Sum of RGB (Red+Green+Blue) = 164+3+126=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4037E is #5BFC81. Grayscale: #404040. Windows color (decimal): -6028418 or 8258468. OLE color: 8258468.

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

Color convert

RGB 164 3 126 -
CMYK 0 0.98 0.23 0.36
HSL 314.16º 0.96% 0.33% -
HSV(B) 314.16º 0.98% 0.64% -
XYZ 19.11 9.46 20.56 -
YUV 65.16 162.34 198.5 -
System Red Green Blue C M Y K H S L
Decimal 164 3 126 0 0.98 0.23 0.36 314.16 0.96 0.33
Hex A4 3 7E 0 62 17 24 13A 60 21
Octal 244 3 176 0 142 27 44 472 140 41
Binary 10100100 11 1111110 0 1100010 10111 100100 100111010 1100000 100001

Color Harmonies of #A4037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4037E

Black with #A4037E

Text Example


Text Example

White with #A4037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4037E; }

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

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

background-color css

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

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

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

border-color css

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

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

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