Shades of East Side #AB91C4
Tints of East Side #AB91C4
RGB
CMYK
RGB Variations
Color information
#AB91C4 (or 0xAB91C4) is known color: East Side. HEX triplet: AB, 91 and C4. RGB value is (171,145,196). Sum of RGB (Red+Green+Blue) = 171+145+196=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB91C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91C4 is #546E3B. Grayscale: #9E9E9E. Windows color (decimal): -5533244 or 12882347. OLE color: 12882347.
HSL color Cylindrical-coordinate representation of color #AB91C4: hue angle of 270.59º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB91C4 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 145 | 196 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.23 |
| HSL | 270.59º | 0.3% | 0.67% | - |
| HSV(B) | 270.59º | 0.26% | 0.77% | - |
| XYZ | 36.88 | 32.89 | 56.63 | - |
| YUV | 158.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 196 | 0.13 | 0.26 | 0 | 0.23 | 270.59 | 0.3 | 0.67 |
| Hex | AB | 91 | C4 | D | 1A | 0 | 17 | 10F | 1E | 43 |
| Octal | 253 | 221 | 304 | 15 | 32 | 0 | 27 | 417 | 36 | 103 |
| Binary | 10101011 | 10010001 | 11000100 | 1101 | 11010 | 0 | 10111 | 100001111 | 11110 | 1000011 |
Color Harmonies of #AB91C4
Complementary color
Monochromatic Colors of #AB91C4
Black with #AB91C4
Text Example
Text Example
White with #AB91C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB91C4; }
p { color: rgb(171,145,196); }
H1.HeaderClassName
{
color: #AB91C4;
}
.AnyTagClassName
{
color: #AB91C4;
}
</style>
background-color css
<style>
a { background-color: #AB91C4; }
a { background-color: rgb(171,145,196); }
div.DivClassName
{
background-color: #AB91C4;
}
.BgClassName
{
background-color: #AB91C4;
}
</style>
border-color css
<style>
span { border-color: #AB91C4; }
span { border-color: rgb(171,145,196); }
td.TdClassName
{
border-color: #AB91C4;
}
.TagClassName
{
border-color: #AB91C4;
}
</style>