Html Css Color HEX #A4066D Eggplant

📋 copy color: '#A4066D'

red 164 ◦ green 6 ◦ blue 109

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

Shades of Eggplant #A4066D

Tints of Eggplant #A4066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

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

R = 58.78%
G = 2.15%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4066D (or 0xA4066D) is known color: Eggplant. HEX triplet: A4, 06 and 6D. RGB value is (164,6,109). Sum of RGB (Red+Green+Blue) = 164+6+109=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4066D is #5BF992. Grayscale: #404040. Windows color (decimal): -6027667 or 7145124. OLE color: 7145124.

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

Color convert

RGB 164 6 109 -
CMYK 0 0.96 0.34 0.36
HSL 320.89º 0.93% 0.33% -
HSV(B) 320.89º 0.96% 0.64% -
XYZ 18.14 9.13 15.27 -
YUV 64.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 164 6 109 0 0.96 0.34 0.36 320.89 0.93 0.33
Hex A4 6 6D 0 60 22 24 141 5D 21
Octal 244 6 155 0 140 42 44 501 135 41
Binary 10100100 110 1101101 0 1100000 100010 100100 101000001 1011101 100001

Color Harmonies of #A4066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4066D

Black with #A4066D

Text Example


Text Example

White with #A4066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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