Shades of East Side #A874BE
Tints of East Side #A874BE
RGB
CMYK
RGB Variations
Color information
#A874BE (or 0xA874BE) is known color: East Side. HEX triplet: A8, 74 and BE. RGB value is (168,116,190). Sum of RGB (Red+Green+Blue) = 168+116+190=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #A874BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874BE is #578B41. Grayscale: #8B8B8B. Windows color (decimal): -5737282 or 12481704. OLE color: 12481704.
HSL color Cylindrical-coordinate representation of color #A874BE: hue angle of 282.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A874BE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 116 | 190 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.25 |
| HSL | 282.16º | 0.36% | 0.6% | - |
| HSV(B) | 282.16º | 0.39% | 0.75% | - |
| XYZ | 31.69 | 24.53 | 51.78 | - |
| YUV | 139.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 190 | 0.12 | 0.39 | 0 | 0.25 | 282.16 | 0.36 | 0.6 |
| Hex | A8 | 74 | BE | C | 27 | 0 | 19 | 11A | 24 | 3C |
| Octal | 250 | 164 | 276 | 14 | 47 | 0 | 31 | 432 | 44 | 74 |
| Binary | 10101000 | 1110100 | 10111110 | 1100 | 100111 | 0 | 11001 | 100011010 | 100100 | 111100 |
Color Harmonies of #A874BE
Complementary color
Monochromatic Colors of #A874BE
Black with #A874BE
Text Example
Text Example
White with #A874BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874BE; }
p { color: rgb(168,116,190); }
H1.HeaderClassName
{
color: #A874BE;
}
.AnyTagClassName
{
color: #A874BE;
}
</style>
background-color css
<style>
a { background-color: #A874BE; }
a { background-color: rgb(168,116,190); }
div.DivClassName
{
background-color: #A874BE;
}
.BgClassName
{
background-color: #A874BE;
}
</style>
border-color css
<style>
span { border-color: #A874BE; }
span { border-color: rgb(168,116,190); }
td.TdClassName
{
border-color: #A874BE;
}
.TagClassName
{
border-color: #A874BE;
}
</style>