Shades of East Side #AB7FC2
Tints of East Side #AB7FC2
RGB
CMYK
RGB Variations
Color information
#AB7FC2 (or 0xAB7FC2) is known color: East Side. HEX triplet: AB, 7F and C2. RGB value is (171,127,194). Sum of RGB (Red+Green+Blue) = 171+127+194=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB7FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FC2 is #54803D. Grayscale: #939393. Windows color (decimal): -5537854 or 12746667. OLE color: 12746667.
HSL color Cylindrical-coordinate representation of color #AB7FC2: hue angle of 279.4º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7FC2 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 127 | 194 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.24 |
| HSL | 279.4º | 0.35% | 0.63% | - |
| HSV(B) | 279.4º | 0.35% | 0.76% | - |
| XYZ | 34.12 | 27.73 | 54.59 | - |
| YUV | 147.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 194 | 0.12 | 0.35 | 0 | 0.24 | 279.4 | 0.35 | 0.63 |
| Hex | AB | 7F | C2 | C | 23 | 0 | 18 | 117 | 23 | 3F |
| Octal | 253 | 177 | 302 | 14 | 43 | 0 | 30 | 427 | 43 | 77 |
| Binary | 10101011 | 1111111 | 11000010 | 1100 | 100011 | 0 | 11000 | 100010111 | 100011 | 111111 |
Color Harmonies of #AB7FC2
Complementary color
Monochromatic Colors of #AB7FC2
Black with #AB7FC2
Text Example
Text Example
White with #AB7FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7FC2; }
p { color: rgb(171,127,194); }
H1.HeaderClassName
{
color: #AB7FC2;
}
.AnyTagClassName
{
color: #AB7FC2;
}
</style>
background-color css
<style>
a { background-color: #AB7FC2; }
a { background-color: rgb(171,127,194); }
div.DivClassName
{
background-color: #AB7FC2;
}
.BgClassName
{
background-color: #AB7FC2;
}
</style>
border-color css
<style>
span { border-color: #AB7FC2; }
span { border-color: rgb(171,127,194); }
td.TdClassName
{
border-color: #AB7FC2;
}
.TagClassName
{
border-color: #AB7FC2;
}
</style>