#A8067A

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

Shades of Eggplant #A8067A

Tints of Eggplant #A8067A

Color information

#A8067A (or 0xA8067A) is unknown color: approx Eggplant. HEX triplet: A8, 06 and 7A. RGB value is (168,6,122). Sum of RGB (Red+Green+Blue) = 168+6+122=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8067A is #57F985. Grayscale: #434343. Windows color (decimal): -5765510 or 7997096. OLE color: 7997096.

HSL color Cylindrical-coordinate representation of color #A8067A: hue angle of 317.04º degrees, saturation: 0.93, 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 #A8067A is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB1686122-
CMYK00.960.270.34
HSL317.04º93.1%34.12%-
HSV(B)317.04º96.43%65.88%-
XYZ19.739.8619.28-
YUV67.66158.67199.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.76%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=56.76%
G=2.03%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168612200.960.270.34317.0493.134.12
HexA867A0601B2213d5d22
Octal25061720140334247513542
Binary10101000110111101001100000110111000101001111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8067A; }

 p { color: rgb(168,6,122); }

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

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

 a { background-color: rgb(168,6,122); }

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

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

 span { border-color: rgb(168,6,122); }

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