#A7066F

Color #A7066F Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #A7066F

Tints of Eggplant #A7066F

Color information

#A7066F (or 0xA7066F) is unknown color: approx Eggplant. HEX triplet: A7, 06 and 6F. RGB value is (167,6,111). Sum of RGB (Red+Green+Blue) = 167+6+111=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A7066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7066F is #58F990. Grayscale: #414141. Windows color (decimal): -5831057 or 7276199. OLE color: 7276199.

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

Color convert

RGB1676111-
CMYK00.960.340.35
HSL320.87º93.06%33.92%-
HSV(B)320.87º96.41%65.49%-
XYZ18.879.4915.88-
YUV66.11153.34199.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.80%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=58.80%
G=2.11%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167611100.960.340.35320.8793.0633.92
HexA766F06022231415d22
Octal24761570140424350113542
Binary101001111101101111011000001000101000111010000011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7066F; }

 p { color: rgb(167,6,111); }

 H1.HeaderClassName
 {
   color: #A7066F;
 }
 .AnyTagClassName
 {
   color: #A7066F;
 }
</style>
background-color css

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

 a { background-color: rgb(167,6,111); }

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

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

 span { border-color: rgb(167,6,111); }

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