Html Css Color HEX #AA066F Eggplant

📋 copy color: '#AA066F'

red 170 ◦ green 6 ◦ blue 111

#AA066F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #AA066F

Tints of Eggplant #AA066F

RGB

 RED value IS 170 (66.8% from 255) = 59.23%

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 59.23%
G = 2.09%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA066F (or 0xAA066F) is known color: Eggplant. HEX triplet: AA, 06 and 6F. RGB value is (170,6,111). Sum of RGB (Red+Green+Blue) = 170+6+111=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA066F is #55F990. Grayscale: #424242. Windows color (decimal): -5634449 or 7276202. OLE color: 7276202.

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

Color convert

RGB 170 6 111 -
CMYK 0 0.96 0.35 0.33
HSL 321.59º 0.93% 0.35% -
HSV(B) 321.59º 0.96% 0.67% -
XYZ 19.51 9.82 15.91 -
YUV 67.01 152.83 201.46 -
System Red Green Blue C M Y K H S L
Decimal 170 6 111 0 0.96 0.35 0.33 321.59 0.93 0.35
Hex AA 6 6F 0 60 23 21 142 5D 23
Octal 252 6 157 0 140 43 41 502 135 43
Binary 10101010 110 1101111 0 1100000 100011 100001 101000010 1011101 100011

Color Harmonies of #AA066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA066F

Black with #AA066F

Text Example


Text Example

White with #AA066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA066F; }

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

 H1.HeaderClassName
 {
   color: #AA066F;
 }
 .AnyTagClassName
 {
   color: #AA066F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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