Shades of East Side #A986CB
Tints of East Side #A986CB
RGB
CMYK
RGB Variations
Color information
#A986CB (or 0xA986CB) is known color: East Side. HEX triplet: A9, 86 and CB. RGB value is (169,134,203). Sum of RGB (Red+Green+Blue) = 169+134+203=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A986CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986CB is #567934. Grayscale: #989898. Windows color (decimal): -5667125 or 13338281. OLE color: 13338281.
HSL color Cylindrical-coordinate representation of color #A986CB: hue angle of 270.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A986CB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 134 | 203 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.20 |
| HSL | 270.43º | 0.4% | 0.66% | - |
| HSV(B) | 270.43º | 0.34% | 0.8% | - |
| XYZ | 35.67 | 29.8 | 60.37 | - |
| YUV | 152.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 203 | 0.17 | 0.34 | 0 | 0.20 | 270.43 | 0.4 | 0.66 |
| Hex | A9 | 86 | CB | 11 | 22 | 0 | 14 | 10E | 28 | 42 |
| Octal | 251 | 206 | 313 | 21 | 42 | 0 | 24 | 416 | 50 | 102 |
| Binary | 10101001 | 10000110 | 11001011 | 10001 | 100010 | 0 | 10100 | 100001110 | 101000 | 1000010 |
Color Harmonies of #A986CB
Complementary color
Monochromatic Colors of #A986CB
Black with #A986CB
Text Example
Text Example
White with #A986CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986CB; }
p { color: rgb(169,134,203); }
H1.HeaderClassName
{
color: #A986CB;
}
.AnyTagClassName
{
color: #A986CB;
}
</style>
background-color css
<style>
a { background-color: #A986CB; }
a { background-color: rgb(169,134,203); }
div.DivClassName
{
background-color: #A986CB;
}
.BgClassName
{
background-color: #A986CB;
}
</style>
border-color css
<style>
span { border-color: #A986CB; }
span { border-color: rgb(169,134,203); }
td.TdClassName
{
border-color: #A986CB;
}
.TagClassName
{
border-color: #A986CB;
}
</style>