Shades of East Side #A479B6
Tints of East Side #A479B6
RGB
CMYK
RGB Variations
Color information
#A479B6 (or 0xA479B6) is known color: East Side. HEX triplet: A4, 79 and B6. RGB value is (164,121,182). Sum of RGB (Red+Green+Blue) = 164+121+182=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #A479B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479B6 is #5B8649. Grayscale: #8C8C8C. Windows color (decimal): -5998154 or 11958692. OLE color: 11958692.
HSL color Cylindrical-coordinate representation of color #A479B6: hue angle of 282.3º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A479B6 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 121 | 182 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.29 |
| HSL | 282.3º | 0.29% | 0.59% | - |
| HSV(B) | 282.3º | 0.34% | 0.71% | - |
| XYZ | 30.59 | 24.94 | 47.46 | - |
| YUV | 140.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 182 | 0.10 | 0.34 | 0 | 0.29 | 282.3 | 0.29 | 0.59 |
| Hex | A4 | 79 | B6 | A | 22 | 0 | 1D | 11A | 1D | 3B |
| Octal | 244 | 171 | 266 | 12 | 42 | 0 | 35 | 432 | 35 | 73 |
| Binary | 10100100 | 1111001 | 10110110 | 1010 | 100010 | 0 | 11101 | 100011010 | 11101 | 111011 |
Color Harmonies of #A479B6
Complementary color
Monochromatic Colors of #A479B6
Black with #A479B6
Text Example
Text Example
White with #A479B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A479B6; }
p { color: rgb(164,121,182); }
H1.HeaderClassName
{
color: #A479B6;
}
.AnyTagClassName
{
color: #A479B6;
}
</style>
background-color css
<style>
a { background-color: #A479B6; }
a { background-color: rgb(164,121,182); }
div.DivClassName
{
background-color: #A479B6;
}
.BgClassName
{
background-color: #A479B6;
}
</style>
border-color css
<style>
span { border-color: #A479B6; }
span { border-color: rgb(164,121,182); }
td.TdClassName
{
border-color: #A479B6;
}
.TagClassName
{
border-color: #A479B6;
}
</style>