Shades of East Side #A882C1
Tints of East Side #A882C1
RGB
CMYK
RGB Variations
Color information
#A882C1 (or 0xA882C1) is known color: East Side. HEX triplet: A8, 82 and C1. RGB value is (168,130,193). Sum of RGB (Red+Green+Blue) = 168+130+193=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #A882C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882C1 is #577D3E. Grayscale: #949494. Windows color (decimal): -5733695 or 12681896. OLE color: 12681896.
HSL color Cylindrical-coordinate representation of color #A882C1: hue angle of 276.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A882C1 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 130 | 193 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.24 |
| HSL | 276.19º | 0.34% | 0.63% | - |
| HSV(B) | 276.19º | 0.33% | 0.76% | - |
| XYZ | 33.76 | 28.14 | 54.1 | - |
| YUV | 148.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 193 | 0.13 | 0.33 | 0 | 0.24 | 276.19 | 0.34 | 0.63 |
| Hex | A8 | 82 | C1 | D | 21 | 0 | 18 | 114 | 22 | 3F |
| Octal | 250 | 202 | 301 | 15 | 41 | 0 | 30 | 424 | 42 | 77 |
| Binary | 10101000 | 10000010 | 11000001 | 1101 | 100001 | 0 | 11000 | 100010100 | 100010 | 111111 |
Color Harmonies of #A882C1
Complementary color
Monochromatic Colors of #A882C1
Black with #A882C1
Text Example
Text Example
White with #A882C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882C1; }
p { color: rgb(168,130,193); }
H1.HeaderClassName
{
color: #A882C1;
}
.AnyTagClassName
{
color: #A882C1;
}
</style>
background-color css
<style>
a { background-color: #A882C1; }
a { background-color: rgb(168,130,193); }
div.DivClassName
{
background-color: #A882C1;
}
.BgClassName
{
background-color: #A882C1;
}
</style>
border-color css
<style>
span { border-color: #A882C1; }
span { border-color: rgb(168,130,193); }
td.TdClassName
{
border-color: #A882C1;
}
.TagClassName
{
border-color: #A882C1;
}
</style>