Shades of East Side #A785BD
Tints of East Side #A785BD
RGB
CMYK
RGB Variations
Color information
#A785BD (or 0xA785BD) is known color: East Side. HEX triplet: A7, 85 and BD. RGB value is (167,133,189). Sum of RGB (Red+Green+Blue) = 167+133+189=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #A785BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785BD is #587A42. Grayscale: #959595. Windows color (decimal): -5798467 or 12420519. OLE color: 12420519.
HSL color Cylindrical-coordinate representation of color #A785BD: hue angle of 276.43º 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 #A785BD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 133 | 189 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.26 |
| HSL | 276.43º | 0.3% | 0.63% | - |
| HSV(B) | 276.43º | 0.3% | 0.74% | - |
| XYZ | 33.51 | 28.66 | 51.91 | - |
| YUV | 149.55 | 150.26 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 189 | 0.12 | 0.30 | 0 | 0.26 | 276.43 | 0.3 | 0.63 |
| Hex | A7 | 85 | BD | C | 1E | 0 | 1A | 114 | 1E | 3F |
| Octal | 247 | 205 | 275 | 14 | 36 | 0 | 32 | 424 | 36 | 77 |
| Binary | 10100111 | 10000101 | 10111101 | 1100 | 11110 | 0 | 11010 | 100010100 | 11110 | 111111 |
Color Harmonies of #A785BD
Complementary color
Monochromatic Colors of #A785BD
Black with #A785BD
Text Example
Text Example
White with #A785BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785BD; }
p { color: rgb(167,133,189); }
H1.HeaderClassName
{
color: #A785BD;
}
.AnyTagClassName
{
color: #A785BD;
}
</style>
background-color css
<style>
a { background-color: #A785BD; }
a { background-color: rgb(167,133,189); }
div.DivClassName
{
background-color: #A785BD;
}
.BgClassName
{
background-color: #A785BD;
}
</style>
border-color css
<style>
span { border-color: #A785BD; }
span { border-color: rgb(167,133,189); }
td.TdClassName
{
border-color: #A785BD;
}
.TagClassName
{
border-color: #A785BD;
}
</style>