Html Css Color HEX #AA88BE East Side

📋 copy color: '#AA88BE'

red 170 ◦ green 136 ◦ blue 190

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

Shades of East Side #AA88BE

Tints of East Side #AA88BE

RGB

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

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

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

R = 34.27%
G = 27.42%
B = 38.31%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA88BE (or 0xAA88BE) is known color: East Side. HEX triplet: AA, 88 and BE. RGB value is (170,136,190). Sum of RGB (Red+Green+Blue) = 170+136+190=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88BE is #557741. Grayscale: #989898. Windows color (decimal): -5601090 or 12486826. OLE color: 12486826.

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

Color convert

RGB 170 136 190 -
CMYK 0.11 0.28 0 0.25
HSL 277.78º 0.29% 0.64% -
HSV(B) 277.78º 0.28% 0.75% -
XYZ 34.68 29.87 52.65 -
YUV 152.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 170 136 190 0.11 0.28 0 0.25 277.78 0.29 0.64
Hex AA 88 BE B 1C 0 19 116 1D 40
Octal 252 210 276 13 34 0 31 426 35 100
Binary 10101010 10001000 10111110 1011 11100 0 11001 100010110 11101 1000000

Color Harmonies of #AA88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88BE

Black with #AA88BE

Text Example


Text Example

White with #AA88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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