Html Css Color HEX #AA99BC East Side

📋 copy color: '#AA99BC'

red 170 ◦ green 153 ◦ blue 188

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

Shades of East Side #AA99BC

Tints of East Side #AA99BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 33.27%
G = 29.94%
B = 36.79%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA99BC (or 0xAA99BC) is known color: East Side. HEX triplet: AA, 99 and BC. RGB value is (170,153,188). Sum of RGB (Red+Green+Blue) = 170+153+188=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA99BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99BC is #556643. Grayscale: #A1A1A1. Windows color (decimal): -5596740 or 12360106. OLE color: 12360106.

HSL color Cylindrical-coordinate representation of color #AA99BC: hue angle of 269.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA99BC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 153 188 -
CMYK 0.10 0.19 0 0.26
HSL 269.14º 0.21% 0.67% -
HSV(B) 269.14º 0.19% 0.74% -
XYZ 37.05 34.96 52.37 -
YUV 162.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 170 153 188 0.10 0.19 0 0.26 269.14 0.21 0.67
Hex AA 99 BC A 13 0 1A 10D 15 43
Octal 252 231 274 12 23 0 32 415 25 103
Binary 10101010 10011001 10111100 1010 10011 0 11010 100001101 10101 1000011

Color Harmonies of #AA99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99BC

Black with #AA99BC

Text Example


Text Example

White with #AA99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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