Html Css Color HEX #A4037C Eggplant

📋 copy color: '#A4037C'

red 164 ◦ green 3 ◦ blue 124

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

Shades of Eggplant #A4037C

Tints of Eggplant #A4037C

RGB

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

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

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

R = 56.36%
G = 1.03%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4037C (or 0xA4037C) is known color: Eggplant. HEX triplet: A4, 03 and 7C. RGB value is (164,3,124). Sum of RGB (Red+Green+Blue) = 164+3+124=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4037C is #5BFC83. Grayscale: #404040. Windows color (decimal): -6028420 or 8127396. OLE color: 8127396.

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

Color convert

RGB 164 3 124 -
CMYK 0 0.98 0.24 0.36
HSL 314.91º 0.96% 0.33% -
HSV(B) 314.91º 0.98% 0.64% -
XYZ 18.98 9.41 19.89 -
YUV 64.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 164 3 124 0 0.98 0.24 0.36 314.91 0.96 0.33
Hex A4 3 7C 0 62 18 24 13B 60 21
Octal 244 3 174 0 142 30 44 473 140 41
Binary 10100100 11 1111100 0 1100010 11000 100100 100111011 1100000 100001

Color Harmonies of #A4037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4037C

Black with #A4037C

Text Example


Text Example

White with #A4037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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