Html Css Color HEX #AA88BD East Side

📋 copy color: '#AA88BD'

red 170 ◦ green 136 ◦ blue 189

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

Shades of East Side #AA88BD

Tints of East Side #AA88BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 34.34%
G = 27.47%
B = 38.18%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA88BD (or 0xAA88BD) is known color: East Side. HEX triplet: AA, 88 and BD. RGB value is (170,136,189). Sum of RGB (Red+Green+Blue) = 170+136+189=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA88BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88BD is #557742. Grayscale: #989898. Windows color (decimal): -5601091 or 12421290. OLE color: 12421290.

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

Color convert

RGB 170 136 189 -
CMYK 0.10 0.28 0 0.26
HSL 278.49º 0.29% 0.64% -
HSV(B) 278.49º 0.28% 0.74% -
XYZ 34.57 29.83 52.08 -
YUV 152.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 170 136 189 0.10 0.28 0 0.26 278.49 0.29 0.64
Hex AA 88 BD A 1C 0 1A 116 1D 40
Octal 252 210 275 12 34 0 32 426 35 100
Binary 10101010 10001000 10111101 1010 11100 0 11010 100010110 11101 1000000

Color Harmonies of #AA88BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA88BD

Black with #AA88BD

Text Example


Text Example

White with #AA88BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA88BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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