#AA067C

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

Shades of Eggplant #AA067C

Tints of Eggplant #AA067C

Color information

#AA067C (or 0xAA067C) is unknown color: approx Eggplant. HEX triplet: AA, 06 and 7C. RGB value is (170,6,124). Sum of RGB (Red+Green+Blue) = 170+6+124=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA067C is #55F983. Grayscale: #444444. Windows color (decimal): -5634436 or 8128170. OLE color: 8128170.

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

Color convert

RGB1706124-
CMYK00.960.270.33
HSL316.83º93.18%34.51%-
HSV(B)316.83º96.47%66.67%-
XYZ20.2810.1319.96-
YUV68.49159.33200.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.67%
GREEN value IS 6 (2.73% from 255) = 2%
BLUE value IS 124 (48.83% from 255) = 41.33%
R=56.67%
G=2%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170612400.960.270.33316.8393.1834.51
HexAA67C0601B2113d5d23
Octal25261740140334147513543
Binary10101010110111110001100000110111000011001111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA067C; }

 p { color: rgb(170,6,124); }

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

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

 a { background-color: rgb(170,6,124); }

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

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

 span { border-color: rgb(170,6,124); }

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