Shades of East Side #AA82B5
Tints of East Side #AA82B5
RGB
CMYK
RGB Variations
Color information
#AA82B5 (or 0xAA82B5) is known color: East Side. HEX triplet: AA, 82 and B5. RGB value is (170,130,181). Sum of RGB (Red+Green+Blue) = 170+130+181=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA82B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82B5 is #557D4A. Grayscale: #939393. Windows color (decimal): -5602635 or 11895466. OLE color: 11895466.
HSL color Cylindrical-coordinate representation of color #AA82B5: hue angle of 287.06º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA82B5 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 130 | 181 | - |
CMYK | 0.06 | 0.28 | 0 | 0.29 |
HSL | 287.06º | 0.26% | 0.61% | - |
HSV(B) | 287.06º | 0.28% | 0.71% | - |
XYZ | 32.9 | 27.85 | 47.36 | - |
YUV | 147.77 | 146.75 | 143.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 130 | 181 | 0.06 | 0.28 | 0 | 0.29 | 287.06 | 0.26 | 0.61 |
Hex | AA | 82 | B5 | 6 | 1C | 0 | 1D | 11F | 1A | 3D |
Octal | 252 | 202 | 265 | 6 | 34 | 0 | 35 | 437 | 32 | 75 |
Binary | 10101010 | 10000010 | 10110101 | 110 | 11100 | 0 | 11101 | 100011111 | 11010 | 111101 |
Color Harmonies of #AA82B5
Complementary color
Monochromatic Colors of #AA82B5
Black with #AA82B5
Text Example
Text Example
White with #AA82B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82B5; }
p { color: rgb(170,130,181); }
H1.HeaderClassName
{
color: #AA82B5;
}
.AnyTagClassName
{
color: #AA82B5;
}
</style>
background-color css
<style>
a { background-color: #AA82B5; }
a { background-color: rgb(170,130,181); }
div.DivClassName
{
background-color: #AA82B5;
}
.BgClassName
{
background-color: #AA82B5;
}
</style>
border-color css
<style>
span { border-color: #AA82B5; }
span { border-color: rgb(170,130,181); }
td.TdClassName
{
border-color: #AA82B5;
}
.TagClassName
{
border-color: #AA82B5;
}
</style>