Shades of East Side #A878B9
Tints of East Side #A878B9
RGB
CMYK
RGB Variations
Color information
#A878B9 (or 0xA878B9) is known color: East Side. HEX triplet: A8, 78 and B9. RGB value is (168,120,185). Sum of RGB (Red+Green+Blue) = 168+120+185=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #A878B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878B9 is #578746. Grayscale: #8D8D8D. Windows color (decimal): -5736263 or 12155048. OLE color: 12155048.
HSL color Cylindrical-coordinate representation of color #A878B9: hue angle of 284.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A878B9 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 120 | 185 | - |
CMYK | 0.09 | 0.35 | 0 | 0.27 |
HSL | 284.31º | 0.32% | 0.6% | - |
HSV(B) | 284.31º | 0.35% | 0.73% | - |
XYZ | 31.62 | 25.26 | 49.11 | - |
YUV | 141.76 | 152.4 | 146.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 120 | 185 | 0.09 | 0.35 | 0 | 0.27 | 284.31 | 0.32 | 0.6 |
Hex | A8 | 78 | B9 | 9 | 23 | 0 | 1B | 11C | 20 | 3C |
Octal | 250 | 170 | 271 | 11 | 43 | 0 | 33 | 434 | 40 | 74 |
Binary | 10101000 | 1111000 | 10111001 | 1001 | 100011 | 0 | 11011 | 100011100 | 100000 | 111100 |
Color Harmonies of #A878B9
Complementary color
Monochromatic Colors of #A878B9
Black with #A878B9
Text Example
Text Example
White with #A878B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878B9; }
p { color: rgb(168,120,185); }
H1.HeaderClassName
{
color: #A878B9;
}
.AnyTagClassName
{
color: #A878B9;
}
</style>
background-color css
<style>
a { background-color: #A878B9; }
a { background-color: rgb(168,120,185); }
div.DivClassName
{
background-color: #A878B9;
}
.BgClassName
{
background-color: #A878B9;
}
</style>
border-color css
<style>
span { border-color: #A878B9; }
span { border-color: rgb(168,120,185); }
td.TdClassName
{
border-color: #A878B9;
}
.TagClassName
{
border-color: #A878B9;
}
</style>