Html Css Color HEX #AA006C Eggplant

📋 copy color: '#AA006C'

red 170 ◦ green 0 ◦ blue 108

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

Shades of Eggplant #AA006C

Tints of Eggplant #AA006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 61.15%
G = 0%
B = 38.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA006C (or 0xAA006C) is known color: Eggplant. HEX triplet: AA, 00 and 6C. RGB value is (170,0,108). Sum of RGB (Red+Green+Blue) = 170+0+108=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA006C is #55FF93. Grayscale: #3E3E3E. Windows color (decimal): -5635988 or 7078058. OLE color: 7078058.

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

Color convert

RGB 170 0 108 -
CMYK 0 1 0.36 0.33
HSL 321.88º 1% 0.33% -
HSV(B) 321.88º 1% 0.67% -
XYZ 19.28 9.63 15.03 -
YUV 63.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 170 0 108 0 1 0.36 0.33 321.88 1 0.33
Hex AA 0 6C 0 64 24 21 142 64 21
Octal 252 0 154 0 144 44 41 502 144 41
Binary 10101010 0 1101100 0 1100100 100100 100001 101000010 1100100 100001

Color Harmonies of #AA006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA006C

Black with #AA006C

Text Example


Text Example

White with #AA006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA006C; }

 p { color: rgb(170,0,108); }

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

background-color css

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

 a { background-color: rgb(170,0,108); }

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

border-color css

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

 span { border-color: rgb(170,0,108); }

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