Shades of East Side #A878B4
Tints of East Side #A878B4
RGB
CMYK
RGB Variations
Color information
#A878B4 (or 0xA878B4) is known color: East Side. HEX triplet: A8, 78 and B4. RGB value is (168,120,180). Sum of RGB (Red+Green+Blue) = 168+120+180=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #A878B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878B4 is #57874B. Grayscale: #8D8D8D. Windows color (decimal): -5736268 or 11827368. OLE color: 11827368.
HSL color Cylindrical-coordinate representation of color #A878B4: hue angle of 288º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A878B4 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 120 | 180 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.29 |
| HSL | 288º | 0.29% | 0.59% | - |
| HSV(B) | 288º | 0.33% | 0.71% | - |
| XYZ | 31.1 | 25.05 | 46.38 | - |
| YUV | 141.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 180 | 0.07 | 0.33 | 0 | 0.29 | 288 | 0.29 | 0.59 |
| Hex | A8 | 78 | B4 | 7 | 21 | 0 | 1D | 120 | 1D | 3B |
| Octal | 250 | 170 | 264 | 7 | 41 | 0 | 35 | 440 | 35 | 73 |
| Binary | 10101000 | 1111000 | 10110100 | 111 | 100001 | 0 | 11101 | 100100000 | 11101 | 111011 |
Color Harmonies of #A878B4
Complementary color
Monochromatic Colors of #A878B4
Black with #A878B4
Text Example
Text Example
White with #A878B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878B4; }
p { color: rgb(168,120,180); }
H1.HeaderClassName
{
color: #A878B4;
}
.AnyTagClassName
{
color: #A878B4;
}
</style>
background-color css
<style>
a { background-color: #A878B4; }
a { background-color: rgb(168,120,180); }
div.DivClassName
{
background-color: #A878B4;
}
.BgClassName
{
background-color: #A878B4;
}
</style>
border-color css
<style>
span { border-color: #A878B4; }
span { border-color: rgb(168,120,180); }
td.TdClassName
{
border-color: #A878B4;
}
.TagClassName
{
border-color: #A878B4;
}
</style>