Shades of East Side #A479BD
Tints of East Side #A479BD
RGB
CMYK
RGB Variations
Color information
#A479BD (or 0xA479BD) is known color: East Side. HEX triplet: A4, 79 and BD. RGB value is (164,121,189). Sum of RGB (Red+Green+Blue) = 164+121+189=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #A479BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479BD is #5B8642. Grayscale: #8D8D8D. Windows color (decimal): -5998147 or 12417444. OLE color: 12417444.
HSL color Cylindrical-coordinate representation of color #A479BD: hue angle of 277.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A479BD is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 121 | 189 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.26 |
| HSL | 277.94º | 0.34% | 0.61% | - |
| HSV(B) | 277.94º | 0.36% | 0.74% | - |
| XYZ | 31.33 | 25.24 | 51.36 | - |
| YUV | 141.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 189 | 0.13 | 0.36 | 0 | 0.26 | 277.94 | 0.34 | 0.61 |
| Hex | A4 | 79 | BD | D | 24 | 0 | 1A | 116 | 22 | 3D |
| Octal | 244 | 171 | 275 | 15 | 44 | 0 | 32 | 426 | 42 | 75 |
| Binary | 10100100 | 1111001 | 10111101 | 1101 | 100100 | 0 | 11010 | 100010110 | 100010 | 111101 |
Color Harmonies of #A479BD
Complementary color
Monochromatic Colors of #A479BD
Black with #A479BD
Text Example
Text Example
White with #A479BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A479BD; }
p { color: rgb(164,121,189); }
H1.HeaderClassName
{
color: #A479BD;
}
.AnyTagClassName
{
color: #A479BD;
}
</style>
background-color css
<style>
a { background-color: #A479BD; }
a { background-color: rgb(164,121,189); }
div.DivClassName
{
background-color: #A479BD;
}
.BgClassName
{
background-color: #A479BD;
}
</style>
border-color css
<style>
span { border-color: #A479BD; }
span { border-color: rgb(164,121,189); }
td.TdClassName
{
border-color: #A479BD;
}
.TagClassName
{
border-color: #A479BD;
}
</style>