Html Css Color HEX #AA88BA East Side

📋 copy color: '#AA88BA'

red 170 ◦ green 136 ◦ blue 186

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

Shades of East Side #AA88BA

Tints of East Side #AA88BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.64%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 34.55%
G = 27.64%
B = 37.8%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA88BA (or 0xAA88BA) is known color: East Side. HEX triplet: AA, 88 and BA. RGB value is (170,136,186). Sum of RGB (Red+Green+Blue) = 170+136+186=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88BA is #557745. Grayscale: #979797. Windows color (decimal): -5601094 or 12224682. OLE color: 12224682.

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

Color convert

RGB 170 136 186 -
CMYK 0.09 0.27 0 0.27
HSL 280.8º 0.27% 0.63% -
HSV(B) 280.8º 0.27% 0.73% -
XYZ 34.24 29.7 50.38 -
YUV 151.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 170 136 186 0.09 0.27 0 0.27 280.8 0.27 0.63
Hex AA 88 BA 9 1B 0 1B 119 1B 3F
Octal 252 210 272 11 33 0 33 431 33 77
Binary 10101010 10001000 10111010 1001 11011 0 11011 100011001 11011 111111

Color Harmonies of #AA88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88BA

Black with #AA88BA

Text Example


Text Example

White with #AA88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88BA; }

 p { color: rgb(170,136,186); }

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

background-color css

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

 a { background-color: rgb(170,136,186); }

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

border-color css

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

 span { border-color: rgb(170,136,186); }

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