Html Css Color HEX #AA99BE East Side

📋 copy color: '#AA99BE'

red 170 ◦ green 153 ◦ blue 190

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

Shades of East Side #AA99BE

Tints of East Side #AA99BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 33.14%
G = 29.82%
B = 37.04%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA99BE (or 0xAA99BE) is known color: East Side. HEX triplet: AA, 99 and BE. RGB value is (170,153,190). Sum of RGB (Red+Green+Blue) = 170+153+190=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99BE is #556641. Grayscale: #A2A2A2. Windows color (decimal): -5596738 or 12491178. OLE color: 12491178.

HSL color Cylindrical-coordinate representation of color #AA99BE: hue angle of 267.57º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA99BE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 153 190 -
CMYK 0.11 0.19 0 0.25
HSL 267.57º 0.22% 0.67% -
HSV(B) 267.57º 0.19% 0.75% -
XYZ 37.26 35.05 53.52 -
YUV 162.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 170 153 190 0.11 0.19 0 0.25 267.57 0.22 0.67
Hex AA 99 BE B 13 0 19 10C 16 43
Octal 252 231 276 13 23 0 31 414 26 103
Binary 10101010 10011001 10111110 1011 10011 0 11001 100001100 10110 1000011

Color Harmonies of #AA99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99BE

Black with #AA99BE

Text Example


Text Example

White with #AA99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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