Shades of East Side #A882C3
Tints of East Side #A882C3
RGB
CMYK
RGB Variations
Color information
#A882C3 (or 0xA882C3) is known color: East Side. HEX triplet: A8, 82 and C3. RGB value is (168,130,195). Sum of RGB (Red+Green+Blue) = 168+130+195=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 195 - color contains mainly: blue. Hex color #A882C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882C3 is #577D3C. Grayscale: #949494. Windows color (decimal): -5733693 or 12812968. OLE color: 12812968.
HSL color Cylindrical-coordinate representation of color #A882C3: hue angle of 275.08º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A882C3 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 130 | 195 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.24 |
| HSL | 275.08º | 0.35% | 0.64% | - |
| HSV(B) | 275.08º | 0.33% | 0.76% | - |
| XYZ | 33.98 | 28.23 | 55.29 | - |
| YUV | 148.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 195 | 0.14 | 0.33 | 0 | 0.24 | 275.08 | 0.35 | 0.64 |
| Hex | A8 | 82 | C3 | E | 21 | 0 | 18 | 113 | 23 | 40 |
| Octal | 250 | 202 | 303 | 16 | 41 | 0 | 30 | 423 | 43 | 100 |
| Binary | 10101000 | 10000010 | 11000011 | 1110 | 100001 | 0 | 11000 | 100010011 | 100011 | 1000000 |
Color Harmonies of #A882C3
Complementary color
Monochromatic Colors of #A882C3
Black with #A882C3
Text Example
Text Example
White with #A882C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882C3; }
p { color: rgb(168,130,195); }
H1.HeaderClassName
{
color: #A882C3;
}
.AnyTagClassName
{
color: #A882C3;
}
</style>
background-color css
<style>
a { background-color: #A882C3; }
a { background-color: rgb(168,130,195); }
div.DivClassName
{
background-color: #A882C3;
}
.BgClassName
{
background-color: #A882C3;
}
</style>
border-color css
<style>
span { border-color: #A882C3; }
span { border-color: rgb(168,130,195); }
td.TdClassName
{
border-color: #A882C3;
}
.TagClassName
{
border-color: #A882C3;
}
</style>