Shades of East Side #A985CE
Tints of East Side #A985CE
RGB
CMYK
RGB Variations
Color information
#A985CE (or 0xA985CE) is known color: East Side. HEX triplet: A9, 85 and CE. RGB value is (169,133,206). Sum of RGB (Red+Green+Blue) = 169+133+206=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #A985CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985CE is #567A31. Grayscale: #979797. Windows color (decimal): -5667378 or 13534633. OLE color: 13534633.
HSL color Cylindrical-coordinate representation of color #A985CE: hue angle of 269.59º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A985CE is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 133 | 206 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.19 |
| HSL | 269.59º | 0.43% | 0.66% | - |
| HSV(B) | 269.59º | 0.35% | 0.81% | - |
| XYZ | 35.89 | 29.67 | 62.23 | - |
| YUV | 152.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 206 | 0.18 | 0.35 | 0 | 0.19 | 269.59 | 0.43 | 0.66 |
| Hex | A9 | 85 | CE | 12 | 23 | 0 | 13 | 10E | 2B | 42 |
| Octal | 251 | 205 | 316 | 22 | 43 | 0 | 23 | 416 | 53 | 102 |
| Binary | 10101001 | 10000101 | 11001110 | 10010 | 100011 | 0 | 10011 | 100001110 | 101011 | 1000010 |
Color Harmonies of #A985CE
Complementary color
Monochromatic Colors of #A985CE
Black with #A985CE
Text Example
Text Example
White with #A985CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A985CE; }
p { color: rgb(169,133,206); }
H1.HeaderClassName
{
color: #A985CE;
}
.AnyTagClassName
{
color: #A985CE;
}
</style>
background-color css
<style>
a { background-color: #A985CE; }
a { background-color: rgb(169,133,206); }
div.DivClassName
{
background-color: #A985CE;
}
.BgClassName
{
background-color: #A985CE;
}
</style>
border-color css
<style>
span { border-color: #A985CE; }
span { border-color: rgb(169,133,206); }
td.TdClassName
{
border-color: #A985CE;
}
.TagClassName
{
border-color: #A985CE;
}
</style>