Shades of East Side #A885C9
Tints of East Side #A885C9
RGB
CMYK
RGB Variations
Color information
#A885C9 (or 0xA885C9) is known color: East Side. HEX triplet: A8, 85 and C9. RGB value is (168,133,201). Sum of RGB (Red+Green+Blue) = 168+133+201=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #A885C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885C9 is #577A36. Grayscale: #969696. Windows color (decimal): -5732919 or 13206952. OLE color: 13206952.
HSL color Cylindrical-coordinate representation of color #A885C9: hue angle of 270.88º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A885C9 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 133 | 201 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.21 |
| HSL | 270.88º | 0.39% | 0.65% | - |
| HSV(B) | 270.88º | 0.34% | 0.79% | - |
| XYZ | 35.08 | 29.32 | 59.07 | - |
| YUV | 151.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 201 | 0.16 | 0.34 | 0 | 0.21 | 270.88 | 0.39 | 0.65 |
| Hex | A8 | 85 | C9 | 10 | 22 | 0 | 15 | 10F | 27 | 41 |
| Octal | 250 | 205 | 311 | 20 | 42 | 0 | 25 | 417 | 47 | 101 |
| Binary | 10101000 | 10000101 | 11001001 | 10000 | 100010 | 0 | 10101 | 100001111 | 100111 | 1000001 |
Color Harmonies of #A885C9
Complementary color
Monochromatic Colors of #A885C9
Black with #A885C9
Text Example
Text Example
White with #A885C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885C9; }
p { color: rgb(168,133,201); }
H1.HeaderClassName
{
color: #A885C9;
}
.AnyTagClassName
{
color: #A885C9;
}
</style>
background-color css
<style>
a { background-color: #A885C9; }
a { background-color: rgb(168,133,201); }
div.DivClassName
{
background-color: #A885C9;
}
.BgClassName
{
background-color: #A885C9;
}
</style>
border-color css
<style>
span { border-color: #A885C9; }
span { border-color: rgb(168,133,201); }
td.TdClassName
{
border-color: #A885C9;
}
.TagClassName
{
border-color: #A885C9;
}
</style>