Shades of East Side #A685BD
Tints of East Side #A685BD
RGB
CMYK
RGB Variations
Color information
#A685BD (or 0xA685BD) is known color: East Side. HEX triplet: A6, 85 and BD. RGB value is (166,133,189). Sum of RGB (Red+Green+Blue) = 166+133+189=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A685BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685BD is #597A42. Grayscale: #959595. Windows color (decimal): -5864003 or 12420518. OLE color: 12420518.
HSL color Cylindrical-coordinate representation of color #A685BD: hue angle of 275.36º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A685BD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 133 | 189 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.26 |
| HSL | 275.36º | 0.3% | 0.63% | - |
| HSV(B) | 275.36º | 0.3% | 0.74% | - |
| XYZ | 33.3 | 28.56 | 51.9 | - |
| YUV | 149.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 189 | 0.12 | 0.30 | 0 | 0.26 | 275.36 | 0.3 | 0.63 |
| Hex | A6 | 85 | BD | C | 1E | 0 | 1A | 113 | 1E | 3F |
| Octal | 246 | 205 | 275 | 14 | 36 | 0 | 32 | 423 | 36 | 77 |
| Binary | 10100110 | 10000101 | 10111101 | 1100 | 11110 | 0 | 11010 | 100010011 | 11110 | 111111 |
Color Harmonies of #A685BD
Complementary color
Monochromatic Colors of #A685BD
Black with #A685BD
Text Example
Text Example
White with #A685BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685BD; }
p { color: rgb(166,133,189); }
H1.HeaderClassName
{
color: #A685BD;
}
.AnyTagClassName
{
color: #A685BD;
}
</style>
background-color css
<style>
a { background-color: #A685BD; }
a { background-color: rgb(166,133,189); }
div.DivClassName
{
background-color: #A685BD;
}
.BgClassName
{
background-color: #A685BD;
}
</style>
border-color css
<style>
span { border-color: #A685BD; }
span { border-color: rgb(166,133,189); }
td.TdClassName
{
border-color: #A685BD;
}
.TagClassName
{
border-color: #A685BD;
}
</style>