Html Css Color HEX #A4056D Eggplant

📋 copy color: '#A4056D'

red 164 ◦ green 5 ◦ blue 109

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

Shades of Eggplant #A4056D

Tints of Eggplant #A4056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 58.99%
G = 1.8%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4056D (or 0xA4056D) is known color: Eggplant. HEX triplet: A4, 05 and 6D. RGB value is (164,5,109). Sum of RGB (Red+Green+Blue) = 164+5+109=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4056D is #5BFA92. Grayscale: #404040. Windows color (decimal): -6027923 or 7144868. OLE color: 7144868.

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

Color convert

RGB 164 5 109 -
CMYK 0 0.97 0.34 0.36
HSL 320.75º 0.94% 0.33% -
HSV(B) 320.75º 0.97% 0.64% -
XYZ 18.12 9.11 15.27 -
YUV 64.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 164 5 109 0 0.97 0.34 0.36 320.75 0.94 0.33
Hex A4 5 6D 0 61 22 24 141 5E 21
Octal 244 5 155 0 141 42 44 501 136 41
Binary 10100100 101 1101101 0 1100001 100010 100100 101000001 1011110 100001

Color Harmonies of #A4056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4056D

Black with #A4056D

Text Example


Text Example

White with #A4056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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