Html Css Color HEX #AA067C Eggplant

📋 copy color: '#AA067C'

red 170 ◦ green 6 ◦ blue 124

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

Shades of Eggplant #AA067C

Tints of Eggplant #AA067C

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA067C (or 0xAA067C) is known color: 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

RGB 170 6 124 -
CMYK 0 0.96 0.27 0.33
HSL 316.83º 0.93% 0.35% -
HSV(B) 316.83º 0.96% 0.67% -
XYZ 20.28 10.13 19.96 -
YUV 68.49 159.33 200.41 -
System Red Green Blue C M Y K H S L
Decimal 170 6 124 0 0.96 0.27 0.33 316.83 0.93 0.35
Hex AA 6 7C 0 60 1B 21 13D 5D 23
Octal 252 6 174 0 140 33 41 475 135 43
Binary 10101010 110 1111100 0 1100000 11011 100001 100111101 1011101 100011

Color Harmonies of #AA067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA067C

Black with #AA067C

Text Example


Text Example

White with #AA067C

Text Example


Text Example

HTML Codes & Css Web 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>