Html Css Color HEX #AA83BE East Side

📋 copy color: '#AA83BE'

red 170 ◦ green 131 ◦ blue 190

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

Shades of East Side #AA83BE

Tints of East Side #AA83BE

RGB

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

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

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

R = 34.62%
G = 26.68%
B = 38.7%

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

#AA83BE (or 0xAA83BE) is known color: East Side. HEX triplet: AA, 83 and BE. RGB value is (170,131,190). Sum of RGB (Red+Green+Blue) = 170+131+190=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA83BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83BE is #557C41. Grayscale: #959595. Windows color (decimal): -5602370 or 12485546. OLE color: 12485546.

HSL color Cylindrical-coordinate representation of color #AA83BE: hue angle of 279.66º 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 #AA83BE is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 131 190 -
CMYK 0.11 0.31 0 0.25
HSL 279.66º 0.31% 0.63% -
HSV(B) 279.66º 0.31% 0.75% -
XYZ 33.99 28.5 52.42 -
YUV 149.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 170 131 190 0.11 0.31 0 0.25 279.66 0.31 0.63
Hex AA 83 BE B 1F 0 19 118 1F 3F
Octal 252 203 276 13 37 0 31 430 37 77
Binary 10101010 10000011 10111110 1011 11111 0 11001 100011000 11111 111111

Color Harmonies of #AA83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83BE

Black with #AA83BE

Text Example


Text Example

White with #AA83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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