Shades of East Side #AB7ACE
Tints of East Side #AB7ACE
RGB
CMYK
RGB Variations
Color information
#AB7ACE (or 0xAB7ACE) is known color: East Side. HEX triplet: AB, 7A and CE. RGB value is (171,122,206). Sum of RGB (Red+Green+Blue) = 171+122+206=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ACE is #548531. Grayscale: #919191. Windows color (decimal): -5539122 or 13531819. OLE color: 13531819.
HSL color Cylindrical-coordinate representation of color #AB7ACE: hue angle of 275º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB7ACE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 122 | 206 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.19 |
| HSL | 275º | 0.46% | 0.64% | - |
| HSV(B) | 275º | 0.41% | 0.81% | - |
| XYZ | 34.89 | 27.03 | 61.77 | - |
| YUV | 146.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 206 | 0.17 | 0.41 | 0 | 0.19 | 275 | 0.46 | 0.64 |
| Hex | AB | 7A | CE | 11 | 29 | 0 | 13 | 113 | 2E | 40 |
| Octal | 253 | 172 | 316 | 21 | 51 | 0 | 23 | 423 | 56 | 100 |
| Binary | 10101011 | 1111010 | 11001110 | 10001 | 101001 | 0 | 10011 | 100010011 | 101110 | 1000000 |
Color Harmonies of #AB7ACE
Complementary color
Monochromatic Colors of #AB7ACE
Black with #AB7ACE
Text Example
Text Example
White with #AB7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7ACE; }
p { color: rgb(171,122,206); }
H1.HeaderClassName
{
color: #AB7ACE;
}
.AnyTagClassName
{
color: #AB7ACE;
}
</style>
background-color css
<style>
a { background-color: #AB7ACE; }
a { background-color: rgb(171,122,206); }
div.DivClassName
{
background-color: #AB7ACE;
}
.BgClassName
{
background-color: #AB7ACE;
}
</style>
border-color css
<style>
span { border-color: #AB7ACE; }
span { border-color: rgb(171,122,206); }
td.TdClassName
{
border-color: #AB7ACE;
}
.TagClassName
{
border-color: #AB7ACE;
}
</style>