Shades of East Side #A885CA
Tints of East Side #A885CA
RGB
CMYK
RGB Variations
Color information
#A885CA (or 0xA885CA) is known color: East Side. HEX triplet: A8, 85 and CA. RGB value is (168,133,202). Sum of RGB (Red+Green+Blue) = 168+133+202=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #A885CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885CA is #577A35. Grayscale: #979797. Windows color (decimal): -5732918 or 13272488. OLE color: 13272488.
HSL color Cylindrical-coordinate representation of color #A885CA: hue angle of 270.43º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A885CA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 133 | 202 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.21 |
| HSL | 270.43º | 0.39% | 0.66% | - |
| HSV(B) | 270.43º | 0.34% | 0.79% | - |
| XYZ | 35.2 | 29.36 | 59.69 | - |
| YUV | 151.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 202 | 0.17 | 0.34 | 0 | 0.21 | 270.43 | 0.39 | 0.66 |
| Hex | A8 | 85 | CA | 11 | 22 | 0 | 15 | 10E | 27 | 42 |
| Octal | 250 | 205 | 312 | 21 | 42 | 0 | 25 | 416 | 47 | 102 |
| Binary | 10101000 | 10000101 | 11001010 | 10001 | 100010 | 0 | 10101 | 100001110 | 100111 | 1000010 |
Color Harmonies of #A885CA
Complementary color
Monochromatic Colors of #A885CA
Black with #A885CA
Text Example
Text Example
White with #A885CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885CA; }
p { color: rgb(168,133,202); }
H1.HeaderClassName
{
color: #A885CA;
}
.AnyTagClassName
{
color: #A885CA;
}
</style>
background-color css
<style>
a { background-color: #A885CA; }
a { background-color: rgb(168,133,202); }
div.DivClassName
{
background-color: #A885CA;
}
.BgClassName
{
background-color: #A885CA;
}
</style>
border-color css
<style>
span { border-color: #A885CA; }
span { border-color: rgb(168,133,202); }
td.TdClassName
{
border-color: #A885CA;
}
.TagClassName
{
border-color: #A885CA;
}
</style>