Html Css Color HEX #AA0B7D Eggplant

📋 copy color: '#AA0B7D'

red 170 ◦ green 11 ◦ blue 125

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

Shades of Eggplant #AA0B7D

Tints of Eggplant #AA0B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.59%

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

R = 55.56%
G = 3.59%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA0B7D (or 0xAA0B7D) is known color: Eggplant. HEX triplet: AA, 0B and 7D. RGB value is (170,11,125). Sum of RGB (Red+Green+Blue) = 170+11+125=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B7D is #55F482. Grayscale: #474747. Windows color (decimal): -5633155 or 8194986. OLE color: 8194986.

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

Color convert

RGB 170 11 125 -
CMYK 0 0.94 0.26 0.33
HSL 316.98º 0.88% 0.35% -
HSV(B) 316.98º 0.94% 0.67% -
XYZ 20.4 10.27 20.31 -
YUV 71.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 170 11 125 0 0.94 0.26 0.33 316.98 0.88 0.35
Hex AA B 7D 0 5E 1A 21 13D 58 23
Octal 252 13 175 0 136 32 41 475 130 43
Binary 10101010 1011 1111101 0 1011110 11010 100001 100111101 1011000 100011

Color Harmonies of #AA0B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B7D

Black with #AA0B7D

Text Example


Text Example

White with #AA0B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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