Html Css Color HEX #A4056E Eggplant

📋 copy color: '#A4056E'

red 164 ◦ green 5 ◦ blue 110

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

Shades of Eggplant #A4056E

Tints of Eggplant #A4056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 58.78%
G = 1.79%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4056E (or 0xA4056E) is known color: Eggplant. HEX triplet: A4, 05 and 6E. RGB value is (164,5,110). Sum of RGB (Red+Green+Blue) = 164+5+110=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4056E is #5BFA91. Grayscale: #404040. Windows color (decimal): -6027922 or 7210404. OLE color: 7210404.

HSL color Cylindrical-coordinate representation of color #A4056E: hue angle of 320.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4056E is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 110 -
CMYK 0 0.97 0.33 0.36
HSL 320.38º 0.94% 0.33% -
HSV(B) 320.38º 0.97% 0.64% -
XYZ 18.18 9.13 15.56 -
YUV 64.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 164 5 110 0 0.97 0.33 0.36 320.38 0.94 0.33
Hex A4 5 6E 0 61 21 24 140 5E 21
Octal 244 5 156 0 141 41 44 500 136 41
Binary 10100100 101 1101110 0 1100001 100001 100100 101000000 1011110 100001

Color Harmonies of #A4056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4056E

Black with #A4056E

Text Example


Text Example

White with #A4056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4056E; }

 p { color: rgb(164,5,110); }

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

background-color css

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

 a { background-color: rgb(164,5,110); }

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

border-color css

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

 span { border-color: rgb(164,5,110); }

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