Shades of East Side #AB7AC0
Tints of East Side #AB7AC0
RGB
CMYK
RGB Variations
Color information
#AB7AC0 (or 0xAB7AC0) is known color: East Side. HEX triplet: AB, 7A and C0. RGB value is (171,122,192). Sum of RGB (Red+Green+Blue) = 171+122+192=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB7AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AC0 is #54853F. Grayscale: #909090. Windows color (decimal): -5539136 or 12614315. OLE color: 12614315.
HSL color Cylindrical-coordinate representation of color #AB7AC0: hue angle of 282º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB7AC0 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 122 | 192 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.25 |
| HSL | 282º | 0.36% | 0.62% | - |
| HSV(B) | 282º | 0.36% | 0.75% | - |
| XYZ | 33.27 | 26.38 | 53.21 | - |
| YUV | 144.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 192 | 0.11 | 0.36 | 0 | 0.25 | 282 | 0.36 | 0.62 |
| Hex | AB | 7A | C0 | B | 24 | 0 | 19 | 11A | 24 | 3E |
| Octal | 253 | 172 | 300 | 13 | 44 | 0 | 31 | 432 | 44 | 76 |
| Binary | 10101011 | 1111010 | 11000000 | 1011 | 100100 | 0 | 11001 | 100011010 | 100100 | 111110 |
Color Harmonies of #AB7AC0
Complementary color
Monochromatic Colors of #AB7AC0
Black with #AB7AC0
Text Example
Text Example
White with #AB7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7AC0; }
p { color: rgb(171,122,192); }
H1.HeaderClassName
{
color: #AB7AC0;
}
.AnyTagClassName
{
color: #AB7AC0;
}
</style>
background-color css
<style>
a { background-color: #AB7AC0; }
a { background-color: rgb(171,122,192); }
div.DivClassName
{
background-color: #AB7AC0;
}
.BgClassName
{
background-color: #AB7AC0;
}
</style>
border-color css
<style>
span { border-color: #AB7AC0; }
span { border-color: rgb(171,122,192); }
td.TdClassName
{
border-color: #AB7AC0;
}
.TagClassName
{
border-color: #AB7AC0;
}
</style>