Html Css Color HEX #A4076D Eggplant

📋 copy color: '#A4076D'

red 164 ◦ green 7 ◦ blue 109

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

Shades of Eggplant #A4076D

Tints of Eggplant #A4076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

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

R = 58.57%
G = 2.5%
B = 38.93%

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

#A4076D (or 0xA4076D) is known color: Eggplant. HEX triplet: A4, 07 and 6D. RGB value is (164,7,109). Sum of RGB (Red+Green+Blue) = 164+7+109=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4076D is #5BF892. Grayscale: #414141. Windows color (decimal): -6027411 or 7145380. OLE color: 7145380.

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

Color convert

RGB 164 7 109 -
CMYK 0 0.96 0.34 0.36
HSL 321.02º 0.92% 0.34% -
HSV(B) 321.02º 0.96% 0.64% -
XYZ 18.15 9.15 15.28 -
YUV 65.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 164 7 109 0 0.96 0.34 0.36 321.02 0.92 0.34
Hex A4 7 6D 0 60 22 24 141 5C 22
Octal 244 7 155 0 140 42 44 501 134 42
Binary 10100100 111 1101101 0 1100000 100010 100100 101000001 1011100 100010

Color Harmonies of #A4076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4076D

Black with #A4076D

Text Example


Text Example

White with #A4076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4076D; }

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

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

background-color css

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

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

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

border-color css

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

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

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