Shades of East Side #AB8FC2
Tints of East Side #AB8FC2
RGB
CMYK
RGB Variations
Color information
#AB8FC2 (or 0xAB8FC2) is known color: East Side. HEX triplet: AB, 8F and C2. RGB value is (171,143,194). Sum of RGB (Red+Green+Blue) = 171+143+194=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB8FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FC2 is #54703D. Grayscale: #9D9D9D. Windows color (decimal): -5533758 or 12750763. OLE color: 12750763.
HSL color Cylindrical-coordinate representation of color #AB8FC2: hue angle of 272.94º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB8FC2 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 143 | 194 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.24 |
| HSL | 272.94º | 0.29% | 0.66% | - |
| HSV(B) | 272.94º | 0.26% | 0.76% | - |
| XYZ | 36.35 | 32.2 | 55.34 | - |
| YUV | 157.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 194 | 0.12 | 0.26 | 0 | 0.24 | 272.94 | 0.29 | 0.66 |
| Hex | AB | 8F | C2 | C | 1A | 0 | 18 | 111 | 1D | 42 |
| Octal | 253 | 217 | 302 | 14 | 32 | 0 | 30 | 421 | 35 | 102 |
| Binary | 10101011 | 10001111 | 11000010 | 1100 | 11010 | 0 | 11000 | 100010001 | 11101 | 1000010 |
Color Harmonies of #AB8FC2
Complementary color
Monochromatic Colors of #AB8FC2
Black with #AB8FC2
Text Example
Text Example
White with #AB8FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FC2; }
p { color: rgb(171,143,194); }
H1.HeaderClassName
{
color: #AB8FC2;
}
.AnyTagClassName
{
color: #AB8FC2;
}
</style>
background-color css
<style>
a { background-color: #AB8FC2; }
a { background-color: rgb(171,143,194); }
div.DivClassName
{
background-color: #AB8FC2;
}
.BgClassName
{
background-color: #AB8FC2;
}
</style>
border-color css
<style>
span { border-color: #AB8FC2; }
span { border-color: rgb(171,143,194); }
td.TdClassName
{
border-color: #AB8FC2;
}
.TagClassName
{
border-color: #AB8FC2;
}
</style>