#AA067A

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

Shades of Eggplant #AA067A

Tints of Eggplant #AA067A

Color information

#AA067A (or 0xAA067A) is unknown color: approx Eggplant. HEX triplet: AA, 06 and 7A. RGB value is (170,6,122). Sum of RGB (Red+Green+Blue) = 170+6+122=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA067A is #55F985. Grayscale: #434343. Windows color (decimal): -5634438 or 7997098. OLE color: 7997098.

HSL color Cylindrical-coordinate representation of color #AA067A: hue angle of 317.56º 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 #AA067A is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB1706122-
CMYK00.960.280.33
HSL317.56º93.18%34.51%-
HSV(B)317.56º96.47%66.67%-
XYZ20.1610.0819.3-
YUV68.26158.33200.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.05%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=57.05%
G=2.01%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170612200.960.280.33317.5693.1834.51
HexAA67A0601C2113e5d23
Octal25261720140344147613543
Binary10101010110111101001100000111001000011001111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA067A; }

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

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

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

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

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

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

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

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