Html Css Color HEX #A4047D Eggplant

📋 copy color: '#A4047D'

red 164 ◦ green 4 ◦ blue 125

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

Shades of Eggplant #A4047D

Tints of Eggplant #A4047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 55.97%
G = 1.37%
B = 42.66%

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

#A4047D (or 0xA4047D) is known color: Eggplant. HEX triplet: A4, 04 and 7D. RGB value is (164,4,125). Sum of RGB (Red+Green+Blue) = 164+4+125=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4047D is #5BFB82. Grayscale: #414141. Windows color (decimal): -6028163 or 8193188. OLE color: 8193188.

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

Color convert

RGB 164 4 125 -
CMYK 0 0.98 0.24 0.36
HSL 314.63º 0.95% 0.33% -
HSV(B) 314.63º 0.98% 0.64% -
XYZ 19.05 9.46 20.22 -
YUV 65.63 161.51 198.16 -
System Red Green Blue C M Y K H S L
Decimal 164 4 125 0 0.98 0.24 0.36 314.63 0.95 0.33
Hex A4 4 7D 0 62 18 24 13B 5F 21
Octal 244 4 175 0 142 30 44 473 137 41
Binary 10100100 100 1111101 0 1100010 11000 100100 100111011 1011111 100001

Color Harmonies of #A4047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4047D

Black with #A4047D

Text Example


Text Example

White with #A4047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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