Shades of East Side #AB81C3
Tints of East Side #AB81C3
RGB
CMYK
RGB Variations
Color information
#AB81C3 (or 0xAB81C3) is known color: East Side. HEX triplet: AB, 81 and C3. RGB value is (171,129,195). Sum of RGB (Red+Green+Blue) = 171+129+195=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB81C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81C3 is #547E3C. Grayscale: #949494. Windows color (decimal): -5537341 or 12812715. OLE color: 12812715.
HSL color Cylindrical-coordinate representation of color #AB81C3: hue angle of 278.18º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB81C3 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 129 | 195 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.24 |
| HSL | 278.18º | 0.35% | 0.64% | - |
| HSV(B) | 278.18º | 0.34% | 0.76% | - |
| XYZ | 34.5 | 28.3 | 55.27 | - |
| YUV | 149.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 195 | 0.12 | 0.34 | 0 | 0.24 | 278.18 | 0.35 | 0.64 |
| Hex | AB | 81 | C3 | C | 22 | 0 | 18 | 116 | 23 | 40 |
| Octal | 253 | 201 | 303 | 14 | 42 | 0 | 30 | 426 | 43 | 100 |
| Binary | 10101011 | 10000001 | 11000011 | 1100 | 100010 | 0 | 11000 | 100010110 | 100011 | 1000000 |
Color Harmonies of #AB81C3
Complementary color
Monochromatic Colors of #AB81C3
Black with #AB81C3
Text Example
Text Example
White with #AB81C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB81C3; }
p { color: rgb(171,129,195); }
H1.HeaderClassName
{
color: #AB81C3;
}
.AnyTagClassName
{
color: #AB81C3;
}
</style>
background-color css
<style>
a { background-color: #AB81C3; }
a { background-color: rgb(171,129,195); }
div.DivClassName
{
background-color: #AB81C3;
}
.BgClassName
{
background-color: #AB81C3;
}
</style>
border-color css
<style>
span { border-color: #AB81C3; }
span { border-color: rgb(171,129,195); }
td.TdClassName
{
border-color: #AB81C3;
}
.TagClassName
{
border-color: #AB81C3;
}
</style>