Shades of East Side #A785B7
Tints of East Side #A785B7
RGB
CMYK
RGB Variations
Color information
#A785B7 (or 0xA785B7) is known color: East Side. HEX triplet: A7, 85 and B7. RGB value is (167,133,183). Sum of RGB (Red+Green+Blue) = 167+133+183=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 183 - color contains mainly: blue. Hex color #A785B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785B7 is #587A48. Grayscale: #949494. Windows color (decimal): -5798473 or 12027303. OLE color: 12027303.
HSL color Cylindrical-coordinate representation of color #A785B7: hue angle of 280.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A785B7 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 133 | 183 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.28 |
| HSL | 280.8º | 0.26% | 0.62% | - |
| HSV(B) | 280.8º | 0.27% | 0.72% | - |
| XYZ | 32.87 | 28.41 | 48.55 | - |
| YUV | 148.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 133 | 183 | 0.09 | 0.27 | 0 | 0.28 | 280.8 | 0.26 | 0.62 |
| Hex | A7 | 85 | B7 | 9 | 1B | 0 | 1C | 119 | 1A | 3E |
| Octal | 247 | 205 | 267 | 11 | 33 | 0 | 34 | 431 | 32 | 76 |
| Binary | 10100111 | 10000101 | 10110111 | 1001 | 11011 | 0 | 11100 | 100011001 | 11010 | 111110 |
Color Harmonies of #A785B7
Complementary color
Monochromatic Colors of #A785B7
Black with #A785B7
Text Example
Text Example
White with #A785B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A785B7; }
p { color: rgb(167,133,183); }
H1.HeaderClassName
{
color: #A785B7;
}
.AnyTagClassName
{
color: #A785B7;
}
</style>
background-color css
<style>
a { background-color: #A785B7; }
a { background-color: rgb(167,133,183); }
div.DivClassName
{
background-color: #A785B7;
}
.BgClassName
{
background-color: #A785B7;
}
</style>
border-color css
<style>
span { border-color: #A785B7; }
span { border-color: rgb(167,133,183); }
td.TdClassName
{
border-color: #A785B7;
}
.TagClassName
{
border-color: #A785B7;
}
</style>