Shades of East Side #AB7CCF
Tints of East Side #AB7CCF
RGB
CMYK
RGB Variations
Color information
#AB7CCF (or 0xAB7CCF) is known color: East Side. HEX triplet: AB, 7C and CF. RGB value is (171,124,207). Sum of RGB (Red+Green+Blue) = 171+124+207=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB7CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7CCF is #548330. Grayscale: #939393. Windows color (decimal): -5538609 or 13597867. OLE color: 13597867.
HSL color Cylindrical-coordinate representation of color #AB7CCF: hue angle of 273.98º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7CCF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 124 | 207 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.19 |
| HSL | 273.98º | 0.46% | 0.65% | - |
| HSV(B) | 273.98º | 0.4% | 0.81% | - |
| XYZ | 35.26 | 27.58 | 62.5 | - |
| YUV | 147.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 207 | 0.17 | 0.40 | 0 | 0.19 | 273.98 | 0.46 | 0.65 |
| Hex | AB | 7C | CF | 11 | 28 | 0 | 13 | 112 | 2E | 41 |
| Octal | 253 | 174 | 317 | 21 | 50 | 0 | 23 | 422 | 56 | 101 |
| Binary | 10101011 | 1111100 | 11001111 | 10001 | 101000 | 0 | 10011 | 100010010 | 101110 | 1000001 |
Color Harmonies of #AB7CCF
Complementary color
Monochromatic Colors of #AB7CCF
Black with #AB7CCF
Text Example
Text Example
White with #AB7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CCF; }
p { color: rgb(171,124,207); }
H1.HeaderClassName
{
color: #AB7CCF;
}
.AnyTagClassName
{
color: #AB7CCF;
}
</style>
background-color css
<style>
a { background-color: #AB7CCF; }
a { background-color: rgb(171,124,207); }
div.DivClassName
{
background-color: #AB7CCF;
}
.BgClassName
{
background-color: #AB7CCF;
}
</style>
border-color css
<style>
span { border-color: #AB7CCF; }
span { border-color: rgb(171,124,207); }
td.TdClassName
{
border-color: #AB7CCF;
}
.TagClassName
{
border-color: #AB7CCF;
}
</style>