#A8076E

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

Shades of Eggplant #A8076E

Tints of Eggplant #A8076E

Color information

#A8076E (or 0xA8076E) is unknown color: approx Eggplant. HEX triplet: A8, 07 and 6E. RGB value is (168,7,110). Sum of RGB (Red+Green+Blue) = 168+7+110=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8076E is #57F891. Grayscale: #424242. Windows color (decimal): -5765266 or 7210920. OLE color: 7210920.

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

Color convert

RGB1687110-
CMYK00.960.350.34
HSL321.61º92%34.31%-
HSV(B)321.61º95.83%65.88%-
XYZ19.049.615.6-
YUV66.88152.34200.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.95%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=58.95%
G=2.46%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168711000.960.350.34321.619234.31
HexA876E06023221425c22
Octal25071560140434250213442
Binary101010001111101110011000001000111000101010000101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8076E; }

 p { color: rgb(168,7,110); }

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

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

 a { background-color: rgb(168,7,110); }

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

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

 span { border-color: rgb(168,7,110); }

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