Html Css Color HEX #AA84BD East Side

📋 copy color: '#AA84BD'

red 170 ◦ green 132 ◦ blue 189

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

Shades of East Side #AA84BD

Tints of East Side #AA84BD

RGB

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

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

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

R = 34.62%
G = 26.88%
B = 38.49%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA84BD (or 0xAA84BD) is known color: East Side. HEX triplet: AA, 84 and BD. RGB value is (170,132,189). Sum of RGB (Red+Green+Blue) = 170+132+189=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA84BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84BD is #557B42. Grayscale: #959595. Windows color (decimal): -5602115 or 12420266. OLE color: 12420266.

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

Color convert

RGB 170 132 189 -
CMYK 0.10 0.30 0 0.26
HSL 280º 0.3% 0.63% -
HSV(B) 280º 0.3% 0.74% -
XYZ 34.01 28.72 51.9 -
YUV 149.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 170 132 189 0.10 0.30 0 0.26 280 0.3 0.63
Hex AA 84 BD A 1E 0 1A 118 1E 3F
Octal 252 204 275 12 36 0 32 430 36 77
Binary 10101010 10000100 10111101 1010 11110 0 11010 100011000 11110 111111

Color Harmonies of #AA84BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84BD

Black with #AA84BD

Text Example


Text Example

White with #AA84BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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