Html Css Color HEX #AA087D Eggplant

📋 copy color: '#AA087D'

red 170 ◦ green 8 ◦ blue 125

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

Shades of Eggplant #AA087D

Tints of Eggplant #AA087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 56.11%
G = 2.64%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA087D (or 0xAA087D) is known color: Eggplant. HEX triplet: AA, 08 and 7D. RGB value is (170,8,125). Sum of RGB (Red+Green+Blue) = 170+8+125=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA087D is #55F782. Grayscale: #454545. Windows color (decimal): -5633923 or 8194218. OLE color: 8194218.

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

Color convert

RGB 170 8 125 -
CMYK 0 0.95 0.26 0.33
HSL 316.67º 0.91% 0.35% -
HSV(B) 316.67º 0.95% 0.67% -
XYZ 20.37 10.2 20.3 -
YUV 69.78 159.17 199.49 -
System Red Green Blue C M Y K H S L
Decimal 170 8 125 0 0.95 0.26 0.33 316.67 0.91 0.35
Hex AA 8 7D 0 5F 1A 21 13D 5B 23
Octal 252 10 175 0 137 32 41 475 133 43
Binary 10101010 1000 1111101 0 1011111 11010 100001 100111101 1011011 100011

Color Harmonies of #AA087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA087D

Black with #AA087D

Text Example


Text Example

White with #AA087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA087D; }

 p { color: rgb(170,8,125); }

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

background-color css

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

 a { background-color: rgb(170,8,125); }

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

border-color css

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

 span { border-color: rgb(170,8,125); }

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