Shades of East Side #A882BD
Tints of East Side #A882BD
RGB
CMYK
RGB Variations
Color information
#A882BD (or 0xA882BD) is known color: East Side. HEX triplet: A8, 82 and BD. RGB value is (168,130,189). Sum of RGB (Red+Green+Blue) = 168+130+189=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A882BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882BD is #577D42. Grayscale: #939393. Windows color (decimal): -5733699 or 12419752. OLE color: 12419752.
HSL color Cylindrical-coordinate representation of color #A882BD: hue angle of 278.64º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A882BD is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 130 | 189 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.26 |
| HSL | 278.64º | 0.31% | 0.63% | - |
| HSV(B) | 278.64º | 0.31% | 0.74% | - |
| XYZ | 33.32 | 27.96 | 51.79 | - |
| YUV | 148.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 189 | 0.11 | 0.31 | 0 | 0.26 | 278.64 | 0.31 | 0.63 |
| Hex | A8 | 82 | BD | B | 1F | 0 | 1A | 117 | 1F | 3F |
| Octal | 250 | 202 | 275 | 13 | 37 | 0 | 32 | 427 | 37 | 77 |
| Binary | 10101000 | 10000010 | 10111101 | 1011 | 11111 | 0 | 11010 | 100010111 | 11111 | 111111 |
Color Harmonies of #A882BD
Complementary color
Monochromatic Colors of #A882BD
Black with #A882BD
Text Example
Text Example
White with #A882BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882BD; }
p { color: rgb(168,130,189); }
H1.HeaderClassName
{
color: #A882BD;
}
.AnyTagClassName
{
color: #A882BD;
}
</style>
background-color css
<style>
a { background-color: #A882BD; }
a { background-color: rgb(168,130,189); }
div.DivClassName
{
background-color: #A882BD;
}
.BgClassName
{
background-color: #A882BD;
}
</style>
border-color css
<style>
span { border-color: #A882BD; }
span { border-color: rgb(168,130,189); }
td.TdClassName
{
border-color: #A882BD;
}
.TagClassName
{
border-color: #A882BD;
}
</style>