Shades of East Side #A886CA
Tints of East Side #A886CA
RGB
CMYK
RGB Variations
Color information
#A886CA (or 0xA886CA) is known color: East Side. HEX triplet: A8, 86 and CA. RGB value is (168,134,202). Sum of RGB (Red+Green+Blue) = 168+134+202=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #A886CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886CA is #577935. Grayscale: #979797. Windows color (decimal): -5732662 or 13272744. OLE color: 13272744.
HSL color Cylindrical-coordinate representation of color #A886CA: hue angle of 270º 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 #A886CA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 134 | 202 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.21 |
| HSL | 270º | 0.39% | 0.66% | - |
| HSV(B) | 270º | 0.34% | 0.79% | - |
| XYZ | 35.33 | 29.64 | 59.74 | - |
| YUV | 151.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 202 | 0.17 | 0.34 | 0 | 0.21 | 270 | 0.39 | 0.66 |
| Hex | A8 | 86 | CA | 11 | 22 | 0 | 15 | 10E | 27 | 42 |
| Octal | 250 | 206 | 312 | 21 | 42 | 0 | 25 | 416 | 47 | 102 |
| Binary | 10101000 | 10000110 | 11001010 | 10001 | 100010 | 0 | 10101 | 100001110 | 100111 | 1000010 |
Color Harmonies of #A886CA
Complementary color
Monochromatic Colors of #A886CA
Black with #A886CA
Text Example
Text Example
White with #A886CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886CA; }
p { color: rgb(168,134,202); }
H1.HeaderClassName
{
color: #A886CA;
}
.AnyTagClassName
{
color: #A886CA;
}
</style>
background-color css
<style>
a { background-color: #A886CA; }
a { background-color: rgb(168,134,202); }
div.DivClassName
{
background-color: #A886CA;
}
.BgClassName
{
background-color: #A886CA;
}
</style>
border-color css
<style>
span { border-color: #A886CA; }
span { border-color: rgb(168,134,202); }
td.TdClassName
{
border-color: #A886CA;
}
.TagClassName
{
border-color: #A886CA;
}
</style>