Shades of East Side #A773BD
Tints of East Side #A773BD
RGB
CMYK
RGB Variations
Color information
#A773BD (or 0xA773BD) is known color: East Side. HEX triplet: A7, 73 and BD. RGB value is (167,115,189). Sum of RGB (Red+Green+Blue) = 167+115+189=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A773BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773BD is #588C42. Grayscale: #8A8A8A. Windows color (decimal): -5803075 or 12415911. OLE color: 12415911.
HSL color Cylindrical-coordinate representation of color #A773BD: hue angle of 282.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A773BD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 115 | 189 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.26 |
| HSL | 282.16º | 0.36% | 0.6% | - |
| HSV(B) | 282.16º | 0.39% | 0.74% | - |
| XYZ | 31.25 | 24.15 | 51.16 | - |
| YUV | 138.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 189 | 0.12 | 0.39 | 0 | 0.26 | 282.16 | 0.36 | 0.6 |
| Hex | A7 | 73 | BD | C | 27 | 0 | 1A | 11A | 24 | 3C |
| Octal | 247 | 163 | 275 | 14 | 47 | 0 | 32 | 432 | 44 | 74 |
| Binary | 10100111 | 1110011 | 10111101 | 1100 | 100111 | 0 | 11010 | 100011010 | 100100 | 111100 |
Color Harmonies of #A773BD
Complementary color
Monochromatic Colors of #A773BD
Black with #A773BD
Text Example
Text Example
White with #A773BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773BD; }
p { color: rgb(167,115,189); }
H1.HeaderClassName
{
color: #A773BD;
}
.AnyTagClassName
{
color: #A773BD;
}
</style>
background-color css
<style>
a { background-color: #A773BD; }
a { background-color: rgb(167,115,189); }
div.DivClassName
{
background-color: #A773BD;
}
.BgClassName
{
background-color: #A773BD;
}
</style>
border-color css
<style>
span { border-color: #A773BD; }
span { border-color: rgb(167,115,189); }
td.TdClassName
{
border-color: #A773BD;
}
.TagClassName
{
border-color: #A773BD;
}
</style>