Html Css Color HEX #A4046D Eggplant

📋 copy color: '#A4046D'

red 164 ◦ green 4 ◦ blue 109

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

Shades of Eggplant #A4046D

Tints of Eggplant #A4046D

RGB

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

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

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

R = 59.21%
G = 1.44%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4046D (or 0xA4046D) is known color: Eggplant. HEX triplet: A4, 04 and 6D. RGB value is (164,4,109). Sum of RGB (Red+Green+Blue) = 164+4+109=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A4046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4046D is #5BFB92. Grayscale: #3F3F3F. Windows color (decimal): -6028179 or 7144612. OLE color: 7144612.

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

Color convert

RGB 164 4 109 -
CMYK 0 0.98 0.34 0.36
HSL 320.63º 0.95% 0.33% -
HSV(B) 320.63º 0.98% 0.64% -
XYZ 18.11 9.08 15.27 -
YUV 63.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 164 4 109 0 0.98 0.34 0.36 320.63 0.95 0.33
Hex A4 4 6D 0 62 22 24 141 5F 21
Octal 244 4 155 0 142 42 44 501 137 41
Binary 10100100 100 1101101 0 1100010 100010 100100 101000001 1011111 100001

Color Harmonies of #A4046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4046D

Black with #A4046D

Text Example


Text Example

White with #A4046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4046D; }

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

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

background-color css

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

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

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

border-color css

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

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

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