Html Css Color HEX #AA84BE East Side

📋 copy color: '#AA84BE'

red 170 ◦ green 132 ◦ blue 190

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

Shades of East Side #AA84BE

Tints of East Side #AA84BE

RGB

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

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

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

R = 34.55%
G = 26.83%
B = 38.62%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA84BE (or 0xAA84BE) is known color: East Side. HEX triplet: AA, 84 and BE. RGB value is (170,132,190). Sum of RGB (Red+Green+Blue) = 170+132+190=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA84BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84BE is #557B41. Grayscale: #959595. Windows color (decimal): -5602114 or 12485802. OLE color: 12485802.

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

Color convert

RGB 170 132 190 -
CMYK 0.11 0.31 0 0.25
HSL 279.31º 0.31% 0.63% -
HSV(B) 279.31º 0.31% 0.75% -
XYZ 34.12 28.77 52.47 -
YUV 149.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 170 132 190 0.11 0.31 0 0.25 279.31 0.31 0.63
Hex AA 84 BE B 1F 0 19 117 1F 3F
Octal 252 204 276 13 37 0 31 427 37 77
Binary 10101010 10000100 10111110 1011 11111 0 11001 100010111 11111 111111

Color Harmonies of #AA84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84BE

Black with #AA84BE

Text Example


Text Example

White with #AA84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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