Shades of East Side #A875BE
Tints of East Side #A875BE
RGB
CMYK
RGB Variations
Color information
#A875BE (or 0xA875BE) is known color: East Side. HEX triplet: A8, 75 and BE. RGB value is (168,117,190). Sum of RGB (Red+Green+Blue) = 168+117+190=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A875BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875BE is #578A41. Grayscale: #8C8C8C. Windows color (decimal): -5737026 or 12481960. OLE color: 12481960.
HSL color Cylindrical-coordinate representation of color #A875BE: hue angle of 281.92º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A875BE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 117 | 190 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.25 |
| HSL | 281.92º | 0.36% | 0.6% | - |
| HSV(B) | 281.92º | 0.38% | 0.75% | - |
| XYZ | 31.8 | 24.77 | 51.82 | - |
| YUV | 140.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 190 | 0.12 | 0.38 | 0 | 0.25 | 281.92 | 0.36 | 0.6 |
| Hex | A8 | 75 | BE | C | 26 | 0 | 19 | 11A | 24 | 3C |
| Octal | 250 | 165 | 276 | 14 | 46 | 0 | 31 | 432 | 44 | 74 |
| Binary | 10101000 | 1110101 | 10111110 | 1100 | 100110 | 0 | 11001 | 100011010 | 100100 | 111100 |
Color Harmonies of #A875BE
Complementary color
Monochromatic Colors of #A875BE
Black with #A875BE
Text Example
Text Example
White with #A875BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875BE; }
p { color: rgb(168,117,190); }
H1.HeaderClassName
{
color: #A875BE;
}
.AnyTagClassName
{
color: #A875BE;
}
</style>
background-color css
<style>
a { background-color: #A875BE; }
a { background-color: rgb(168,117,190); }
div.DivClassName
{
background-color: #A875BE;
}
.BgClassName
{
background-color: #A875BE;
}
</style>
border-color css
<style>
span { border-color: #A875BE; }
span { border-color: rgb(168,117,190); }
td.TdClassName
{
border-color: #A875BE;
}
.TagClassName
{
border-color: #A875BE;
}
</style>