Html Css Color HEX #AA84BB East Side

📋 copy color: '#AA84BB'

red 170 ◦ green 132 ◦ blue 187

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

Shades of East Side #AA84BB

Tints of East Side #AA84BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 34.76%
G = 26.99%
B = 38.24%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA84BB (or 0xAA84BB) is known color: East Side. HEX triplet: AA, 84 and BB. RGB value is (170,132,187). Sum of RGB (Red+Green+Blue) = 170+132+187=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84BB is #557B44. Grayscale: #959595. Windows color (decimal): -5602117 or 12289194. OLE color: 12289194.

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

Color convert

RGB 170 132 187 -
CMYK 0.09 0.29 0 0.27
HSL 281.45º 0.29% 0.63% -
HSV(B) 281.45º 0.29% 0.73% -
XYZ 33.8 28.64 50.76 -
YUV 149.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 170 132 187 0.09 0.29 0 0.27 281.45 0.29 0.63
Hex AA 84 BB 9 1D 0 1B 119 1D 3F
Octal 252 204 273 11 35 0 33 431 35 77
Binary 10101010 10000100 10111011 1001 11101 0 11011 100011001 11101 111111

Color Harmonies of #AA84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84BB

Black with #AA84BB

Text Example


Text Example

White with #AA84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84BB; }

 p { color: rgb(170,132,187); }

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

background-color css

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

 a { background-color: rgb(170,132,187); }

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

border-color css

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

 span { border-color: rgb(170,132,187); }

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