Html Css Color HEX #AA83BA East Side

📋 copy color: '#AA83BA'

red 170 ◦ green 131 ◦ blue 186

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

Shades of East Side #AA83BA

Tints of East Side #AA83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.9%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 34.91%
G = 26.9%
B = 38.19%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA83BA (or 0xAA83BA) is known color: East Side. HEX triplet: AA, 83 and BA. RGB value is (170,131,186). Sum of RGB (Red+Green+Blue) = 170+131+186=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83BA is #557C45. Grayscale: #949494. Windows color (decimal): -5602374 or 12223402. OLE color: 12223402.

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

Color convert

RGB 170 131 186 -
CMYK 0.09 0.30 0 0.27
HSL 282.55º 0.28% 0.62% -
HSV(B) 282.55º 0.3% 0.73% -
XYZ 33.56 28.32 50.15 -
YUV 148.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 170 131 186 0.09 0.30 0 0.27 282.55 0.28 0.62
Hex AA 83 BA 9 1E 0 1B 11B 1C 3E
Octal 252 203 272 11 36 0 33 433 34 76
Binary 10101010 10000011 10111010 1001 11110 0 11011 100011011 11100 111110

Color Harmonies of #AA83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83BA

Black with #AA83BA

Text Example


Text Example

White with #AA83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83BA; }

 p { color: rgb(170,131,186); }

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

background-color css

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

 a { background-color: rgb(170,131,186); }

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

border-color css

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

 span { border-color: rgb(170,131,186); }

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