Shades of East Side #A879B3
Tints of East Side #A879B3
RGB
CMYK
RGB Variations
Color information
#A879B3 (or 0xA879B3) is known color: East Side. HEX triplet: A8, 79 and B3. RGB value is (168,121,179). Sum of RGB (Red+Green+Blue) = 168+121+179=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #A879B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879B3 is #57864C. Grayscale: #8D8D8D. Windows color (decimal): -5736013 or 11762088. OLE color: 11762088.
HSL color Cylindrical-coordinate representation of color #A879B3: hue angle of 288.62º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A879B3 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 121 | 179 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.30 |
| HSL | 288.62º | 0.28% | 0.59% | - |
| HSV(B) | 288.62º | 0.32% | 0.7% | - |
| XYZ | 31.12 | 25.25 | 45.88 | - |
| YUV | 141.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 179 | 0.06 | 0.32 | 0 | 0.30 | 288.62 | 0.28 | 0.59 |
| Hex | A8 | 79 | B3 | 6 | 20 | 0 | 1E | 121 | 1C | 3B |
| Octal | 250 | 171 | 263 | 6 | 40 | 0 | 36 | 441 | 34 | 73 |
| Binary | 10101000 | 1111001 | 10110011 | 110 | 100000 | 0 | 11110 | 100100001 | 11100 | 111011 |
Color Harmonies of #A879B3
Complementary color
Monochromatic Colors of #A879B3
Black with #A879B3
Text Example
Text Example
White with #A879B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879B3; }
p { color: rgb(168,121,179); }
H1.HeaderClassName
{
color: #A879B3;
}
.AnyTagClassName
{
color: #A879B3;
}
</style>
background-color css
<style>
a { background-color: #A879B3; }
a { background-color: rgb(168,121,179); }
div.DivClassName
{
background-color: #A879B3;
}
.BgClassName
{
background-color: #A879B3;
}
</style>
border-color css
<style>
span { border-color: #A879B3; }
span { border-color: rgb(168,121,179); }
td.TdClassName
{
border-color: #A879B3;
}
.TagClassName
{
border-color: #A879B3;
}
</style>