Html Css Color HEX #A4047E Eggplant

📋 copy color: '#A4047E'

red 164 ◦ green 4 ◦ blue 126

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

Shades of Eggplant #A4047E

Tints of Eggplant #A4047E

RGB

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

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

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

R = 55.78%
G = 1.36%
B = 42.86%

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

#A4047E (or 0xA4047E) is known color: Eggplant. HEX triplet: A4, 04 and 7E. RGB value is (164,4,126). Sum of RGB (Red+Green+Blue) = 164+4+126=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4047E is #5BFB81. Grayscale: #414141. Windows color (decimal): -6028162 or 8258724. OLE color: 8258724.

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

Color convert

RGB 164 4 126 -
CMYK 0 0.98 0.23 0.36
HSL 314.25º 0.95% 0.33% -
HSV(B) 314.25º 0.98% 0.64% -
XYZ 19.12 9.49 20.56 -
YUV 65.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 164 4 126 0 0.98 0.23 0.36 314.25 0.95 0.33
Hex A4 4 7E 0 62 17 24 13A 5F 21
Octal 244 4 176 0 142 27 44 472 137 41
Binary 10100100 100 1111110 0 1100010 10111 100100 100111010 1011111 100001

Color Harmonies of #A4047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4047E

Black with #A4047E

Text Example


Text Example

White with #A4047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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