Html Css Color HEX #AA99BB East Side

📋 copy color: '#AA99BB'

red 170 ◦ green 153 ◦ blue 187

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

Shades of East Side #AA99BB

Tints of East Side #AA99BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30%

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 33.33%
G = 30%
B = 36.67%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA99BB (or 0xAA99BB) is known color: East Side. HEX triplet: AA, 99 and BB. RGB value is (170,153,187). Sum of RGB (Red+Green+Blue) = 170+153+187=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA99BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99BB is #556644. Grayscale: #A1A1A1. Windows color (decimal): -5596741 or 12294570. OLE color: 12294570.

HSL color Cylindrical-coordinate representation of color #AA99BB: hue angle of 270º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA99BB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 153 187 -
CMYK 0.09 0.18 0 0.27
HSL 270º 0.2% 0.67% -
HSV(B) 270º 0.18% 0.73% -
XYZ 36.94 34.92 51.81 -
YUV 161.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 170 153 187 0.09 0.18 0 0.27 270 0.2 0.67
Hex AA 99 BB 9 12 0 1B 10E 14 43
Octal 252 231 273 11 22 0 33 416 24 103
Binary 10101010 10011001 10111011 1001 10010 0 11011 100001110 10100 1000011

Color Harmonies of #AA99BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99BB

Black with #AA99BB

Text Example


Text Example

White with #AA99BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99BB; }

 p { color: rgb(170,153,187); }

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

background-color css

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

 a { background-color: rgb(170,153,187); }

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

border-color css

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

 span { border-color: rgb(170,153,187); }

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