Shades of East Side #AB7FD3
Tints of East Side #AB7FD3
RGB
CMYK
RGB Variations
Color information
#AB7FD3 (or 0xAB7FD3) is known color: East Side. HEX triplet: AB, 7F and D3. RGB value is (171,127,211). Sum of RGB (Red+Green+Blue) = 171+127+211=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB7FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FD3 is #54802C. Grayscale: #959595. Windows color (decimal): -5537837 or 13860779. OLE color: 13860779.
HSL color Cylindrical-coordinate representation of color #AB7FD3: hue angle of 271.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7FD3 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 127 | 211 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.17 |
| HSL | 271.43º | 0.49% | 0.66% | - |
| HSV(B) | 271.43º | 0.4% | 0.83% | - |
| XYZ | 36.14 | 28.54 | 65.23 | - |
| YUV | 149.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 211 | 0.19 | 0.40 | 0 | 0.17 | 271.43 | 0.49 | 0.66 |
| Hex | AB | 7F | D3 | 13 | 28 | 0 | 11 | 10F | 31 | 42 |
| Octal | 253 | 177 | 323 | 23 | 50 | 0 | 21 | 417 | 61 | 102 |
| Binary | 10101011 | 1111111 | 11010011 | 10011 | 101000 | 0 | 10001 | 100001111 | 110001 | 1000010 |
Color Harmonies of #AB7FD3
Complementary color
Monochromatic Colors of #AB7FD3
Black with #AB7FD3
Text Example
Text Example
White with #AB7FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7FD3; }
p { color: rgb(171,127,211); }
H1.HeaderClassName
{
color: #AB7FD3;
}
.AnyTagClassName
{
color: #AB7FD3;
}
</style>
background-color css
<style>
a { background-color: #AB7FD3; }
a { background-color: rgb(171,127,211); }
div.DivClassName
{
background-color: #AB7FD3;
}
.BgClassName
{
background-color: #AB7FD3;
}
</style>
border-color css
<style>
span { border-color: #AB7FD3; }
span { border-color: rgb(171,127,211); }
td.TdClassName
{
border-color: #AB7FD3;
}
.TagClassName
{
border-color: #AB7FD3;
}
</style>