Shades of East Side #A882CB
Tints of East Side #A882CB
RGB
CMYK
RGB Variations
Color information
#A882CB (or 0xA882CB) is known color: East Side. HEX triplet: A8, 82 and CB. RGB value is (168,130,203). Sum of RGB (Red+Green+Blue) = 168+130+203=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #A882CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882CB is #577D34. Grayscale: #959595. Windows color (decimal): -5733685 or 13337256. OLE color: 13337256.
HSL color Cylindrical-coordinate representation of color #A882CB: hue angle of 271.23º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A882CB is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 130 | 203 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.20 |
| HSL | 271.23º | 0.41% | 0.65% | - |
| HSV(B) | 271.23º | 0.36% | 0.8% | - |
| XYZ | 34.91 | 28.6 | 60.18 | - |
| YUV | 149.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 203 | 0.17 | 0.36 | 0 | 0.20 | 271.23 | 0.41 | 0.65 |
| Hex | A8 | 82 | CB | 11 | 24 | 0 | 14 | 10F | 29 | 41 |
| Octal | 250 | 202 | 313 | 21 | 44 | 0 | 24 | 417 | 51 | 101 |
| Binary | 10101000 | 10000010 | 11001011 | 10001 | 100100 | 0 | 10100 | 100001111 | 101001 | 1000001 |
Color Harmonies of #A882CB
Complementary color
Monochromatic Colors of #A882CB
Black with #A882CB
Text Example
Text Example
White with #A882CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882CB; }
p { color: rgb(168,130,203); }
H1.HeaderClassName
{
color: #A882CB;
}
.AnyTagClassName
{
color: #A882CB;
}
</style>
background-color css
<style>
a { background-color: #A882CB; }
a { background-color: rgb(168,130,203); }
div.DivClassName
{
background-color: #A882CB;
}
.BgClassName
{
background-color: #A882CB;
}
</style>
border-color css
<style>
span { border-color: #A882CB; }
span { border-color: rgb(168,130,203); }
td.TdClassName
{
border-color: #A882CB;
}
.TagClassName
{
border-color: #A882CB;
}
</style>