Html Css Color HEX #A4047A Eggplant

📋 copy color: '#A4047A'

red 164 ◦ green 4 ◦ blue 122

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

Shades of Eggplant #A4047A

Tints of Eggplant #A4047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.07%

R = 56.55%
G = 1.38%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4047A (or 0xA4047A) is known color: Eggplant. HEX triplet: A4, 04 and 7A. RGB value is (164,4,122). Sum of RGB (Red+Green+Blue) = 164+4+122=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4047A is #5BFB85. Grayscale: #404040. Windows color (decimal): -6028166 or 7996580. OLE color: 7996580.

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

Color convert

RGB 164 4 122 -
CMYK 0 0.98 0.26 0.36
HSL 315.75º 0.95% 0.33% -
HSV(B) 315.75º 0.98% 0.64% -
XYZ 18.87 9.38 19.23 -
YUV 65.29 160.01 198.41 -
System Red Green Blue C M Y K H S L
Decimal 164 4 122 0 0.98 0.26 0.36 315.75 0.95 0.33
Hex A4 4 7A 0 62 1A 24 13C 5F 21
Octal 244 4 172 0 142 32 44 474 137 41
Binary 10100100 100 1111010 0 1100010 11010 100100 100111100 1011111 100001

Color Harmonies of #A4047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4047A

Black with #A4047A

Text Example


Text Example

White with #A4047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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