Shades of East Side #A878BE
Tints of East Side #A878BE
RGB
CMYK
RGB Variations
Color information
#A878BE (or 0xA878BE) is known color: East Side. HEX triplet: A8, 78 and BE. RGB value is (168,120,190). Sum of RGB (Red+Green+Blue) = 168+120+190=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #A878BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878BE is #578741. Grayscale: #8E8E8E. Windows color (decimal): -5736258 or 12482728. OLE color: 12482728.
HSL color Cylindrical-coordinate representation of color #A878BE: hue angle of 281.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A878BE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 120 | 190 | - |
CMYK | 0.12 | 0.37 | 0 | 0.25 |
HSL | 281.14º | 0.35% | 0.61% | - |
HSV(B) | 281.14º | 0.37% | 0.75% | - |
XYZ | 32.16 | 25.48 | 51.94 | - |
YUV | 142.33 | 154.9 | 146.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 120 | 190 | 0.12 | 0.37 | 0 | 0.25 | 281.14 | 0.35 | 0.61 |
Hex | A8 | 78 | BE | C | 25 | 0 | 19 | 119 | 23 | 3D |
Octal | 250 | 170 | 276 | 14 | 45 | 0 | 31 | 431 | 43 | 75 |
Binary | 10101000 | 1111000 | 10111110 | 1100 | 100101 | 0 | 11001 | 100011001 | 100011 | 111101 |
Color Harmonies of #A878BE
Complementary color
Monochromatic Colors of #A878BE
Black with #A878BE
Text Example
Text Example
White with #A878BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878BE; }
p { color: rgb(168,120,190); }
H1.HeaderClassName
{
color: #A878BE;
}
.AnyTagClassName
{
color: #A878BE;
}
</style>
background-color css
<style>
a { background-color: #A878BE; }
a { background-color: rgb(168,120,190); }
div.DivClassName
{
background-color: #A878BE;
}
.BgClassName
{
background-color: #A878BE;
}
</style>
border-color css
<style>
span { border-color: #A878BE; }
span { border-color: rgb(168,120,190); }
td.TdClassName
{
border-color: #A878BE;
}
.TagClassName
{
border-color: #A878BE;
}
</style>