Shades of East Side #A882B5
Tints of East Side #A882B5
RGB
CMYK
RGB Variations
Color information
#A882B5 (or 0xA882B5) is known color: East Side. HEX triplet: A8, 82 and B5. RGB value is (168,130,181). Sum of RGB (Red+Green+Blue) = 168+130+181=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #A882B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882B5 is #577D4A. Grayscale: #939393. Windows color (decimal): -5733707 or 11895464. OLE color: 11895464.
HSL color Cylindrical-coordinate representation of color #A882B5: hue angle of 284.71º 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 #A882B5 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 130 | 181 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.29 |
| HSL | 284.71º | 0.26% | 0.61% | - |
| HSV(B) | 284.71º | 0.28% | 0.71% | - |
| XYZ | 32.47 | 27.63 | 47.34 | - |
| YUV | 147.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 181 | 0.07 | 0.28 | 0 | 0.29 | 284.71 | 0.26 | 0.61 |
| Hex | A8 | 82 | B5 | 7 | 1C | 0 | 1D | 11D | 1A | 3D |
| Octal | 250 | 202 | 265 | 7 | 34 | 0 | 35 | 435 | 32 | 75 |
| Binary | 10101000 | 10000010 | 10110101 | 111 | 11100 | 0 | 11101 | 100011101 | 11010 | 111101 |
Color Harmonies of #A882B5
Complementary color
Monochromatic Colors of #A882B5
Black with #A882B5
Text Example
Text Example
White with #A882B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882B5; }
p { color: rgb(168,130,181); }
H1.HeaderClassName
{
color: #A882B5;
}
.AnyTagClassName
{
color: #A882B5;
}
</style>
background-color css
<style>
a { background-color: #A882B5; }
a { background-color: rgb(168,130,181); }
div.DivClassName
{
background-color: #A882B5;
}
.BgClassName
{
background-color: #A882B5;
}
</style>
border-color css
<style>
span { border-color: #A882B5; }
span { border-color: rgb(168,130,181); }
td.TdClassName
{
border-color: #A882B5;
}
.TagClassName
{
border-color: #A882B5;
}
</style>