Html Css Color HEX #A4037D Eggplant

📋 copy color: '#A4037D'

red 164 ◦ green 3 ◦ blue 125

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

Shades of Eggplant #A4037D

Tints of Eggplant #A4037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 56.16%
G = 1.03%
B = 42.81%

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

#A4037D (or 0xA4037D) is known color: Eggplant. HEX triplet: A4, 03 and 7D. RGB value is (164,3,125). Sum of RGB (Red+Green+Blue) = 164+3+125=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A4037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4037D is #5BFC82. Grayscale: #404040. Windows color (decimal): -6028419 or 8192932. OLE color: 8192932.

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

Color convert

RGB 164 3 125 -
CMYK 0 0.98 0.24 0.36
HSL 314.53º 0.96% 0.33% -
HSV(B) 314.53º 0.98% 0.64% -
XYZ 19.04 9.44 20.22 -
YUV 65.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 164 3 125 0 0.98 0.24 0.36 314.53 0.96 0.33
Hex A4 3 7D 0 62 18 24 13B 60 21
Octal 244 3 175 0 142 30 44 473 140 41
Binary 10100100 11 1111101 0 1100010 11000 100100 100111011 1100000 100001

Color Harmonies of #A4037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4037D

Black with #A4037D

Text Example


Text Example

White with #A4037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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