Shades of East Side #AD98B5
Tints of East Side #AD98B5
RGB
CMYK
RGB Variations
Color information
#AD98B5 (or 0xAD98B5) is known color: East Side. HEX triplet: AD, 98 and B5. RGB value is (173,152,181). Sum of RGB (Red+Green+Blue) = 173+152+181=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD98B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98B5 is #52674A. Grayscale: #A1A1A1. Windows color (decimal): -5400395 or 11901101. OLE color: 11901101.
HSL color Cylindrical-coordinate representation of color #AD98B5: hue angle of 283.45º 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 #AD98B5 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 152 | 181 | - |
CMYK | 0.04 | 0.16 | 0 | 0.29 |
HSL | 283.45º | 0.16% | 0.65% | - |
HSV(B) | 283.45º | 0.16% | 0.71% | - |
XYZ | 36.8 | 34.68 | 48.47 | - |
YUV | 161.59 | 138.96 | 136.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 152 | 181 | 0.04 | 0.16 | 0 | 0.29 | 283.45 | 0.16 | 0.65 |
Hex | AD | 98 | B5 | 4 | 10 | 0 | 1D | 11B | 10 | 41 |
Octal | 255 | 230 | 265 | 4 | 20 | 0 | 35 | 433 | 20 | 101 |
Binary | 10101101 | 10011000 | 10110101 | 100 | 10000 | 0 | 11101 | 100011011 | 10000 | 1000001 |
Color Harmonies of #AD98B5
Complementary color
Monochromatic Colors of #AD98B5
Black with #AD98B5
Text Example
Text Example
White with #AD98B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98B5; }
p { color: rgb(173,152,181); }
H1.HeaderClassName
{
color: #AD98B5;
}
.AnyTagClassName
{
color: #AD98B5;
}
</style>
background-color css
<style>
a { background-color: #AD98B5; }
a { background-color: rgb(173,152,181); }
div.DivClassName
{
background-color: #AD98B5;
}
.BgClassName
{
background-color: #AD98B5;
}
</style>
border-color css
<style>
span { border-color: #AD98B5; }
span { border-color: rgb(173,152,181); }
td.TdClassName
{
border-color: #AD98B5;
}
.TagClassName
{
border-color: #AD98B5;
}
</style>