Shades of East Side #AB98B5
Tints of East Side #AB98B5
RGB
CMYK
RGB Variations
Color information
#AB98B5 (or 0xAB98B5) is known color: East Side. HEX triplet: AB, 98 and B5. RGB value is (171,152,181). Sum of RGB (Red+Green+Blue) = 171+152+181=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB98B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98B5 is #54674A. Grayscale: #A0A0A0. Windows color (decimal): -5531467 or 11901099. OLE color: 11901099.
HSL color Cylindrical-coordinate representation of color #AB98B5: hue angle of 279.31º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB98B5 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 171 | 152 | 181 | - |
CMYK | 0.06 | 0.16 | 0 | 0.29 |
HSL | 279.31º | 0.16% | 0.65% | - |
HSV(B) | 279.31º | 0.16% | 0.71% | - |
XYZ | 36.36 | 34.45 | 48.45 | - |
YUV | 160.99 | 139.29 | 135.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 152 | 181 | 0.06 | 0.16 | 0 | 0.29 | 279.31 | 0.16 | 0.65 |
Hex | AB | 98 | B5 | 6 | 10 | 0 | 1D | 117 | 10 | 41 |
Octal | 253 | 230 | 265 | 6 | 20 | 0 | 35 | 427 | 20 | 101 |
Binary | 10101011 | 10011000 | 10110101 | 110 | 10000 | 0 | 11101 | 100010111 | 10000 | 1000001 |
Color Harmonies of #AB98B5
Complementary color
Monochromatic Colors of #AB98B5
Black with #AB98B5
Text Example
Text Example
White with #AB98B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB98B5; }
p { color: rgb(171,152,181); }
H1.HeaderClassName
{
color: #AB98B5;
}
.AnyTagClassName
{
color: #AB98B5;
}
</style>
background-color css
<style>
a { background-color: #AB98B5; }
a { background-color: rgb(171,152,181); }
div.DivClassName
{
background-color: #AB98B5;
}
.BgClassName
{
background-color: #AB98B5;
}
</style>
border-color css
<style>
span { border-color: #AB98B5; }
span { border-color: rgb(171,152,181); }
td.TdClassName
{
border-color: #AB98B5;
}
.TagClassName
{
border-color: #AB98B5;
}
</style>