Shades of East Side #AD95B5
Tints of East Side #AD95B5
RGB
CMYK
RGB Variations
Color information
#AD95B5 (or 0xAD95B5) is known color: East Side. HEX triplet: AD, 95 and B5. RGB value is (173,149,181). Sum of RGB (Red+Green+Blue) = 173+149+181=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD95B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95B5 is #526A4A. Grayscale: #9F9F9F. Windows color (decimal): -5401163 or 11900333. OLE color: 11900333.
HSL color Cylindrical-coordinate representation of color #AD95B5: hue angle of 285º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD95B5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 149 | 181 | - |
CMYK | 0.04 | 0.18 | 0 | 0.29 |
HSL | 285º | 0.18% | 0.65% | - |
HSV(B) | 285º | 0.18% | 0.71% | - |
XYZ | 36.32 | 33.72 | 48.31 | - |
YUV | 159.82 | 139.95 | 137.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 149 | 181 | 0.04 | 0.18 | 0 | 0.29 | 285 | 0.18 | 0.65 |
Hex | AD | 95 | B5 | 4 | 12 | 0 | 1D | 11D | 12 | 41 |
Octal | 255 | 225 | 265 | 4 | 22 | 0 | 35 | 435 | 22 | 101 |
Binary | 10101101 | 10010101 | 10110101 | 100 | 10010 | 0 | 11101 | 100011101 | 10010 | 1000001 |
Color Harmonies of #AD95B5
Complementary color
Monochromatic Colors of #AD95B5
Black with #AD95B5
Text Example
Text Example
White with #AD95B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95B5; }
p { color: rgb(173,149,181); }
H1.HeaderClassName
{
color: #AD95B5;
}
.AnyTagClassName
{
color: #AD95B5;
}
</style>
background-color css
<style>
a { background-color: #AD95B5; }
a { background-color: rgb(173,149,181); }
div.DivClassName
{
background-color: #AD95B5;
}
.BgClassName
{
background-color: #AD95B5;
}
</style>
border-color css
<style>
span { border-color: #AD95B5; }
span { border-color: rgb(173,149,181); }
td.TdClassName
{
border-color: #AD95B5;
}
.TagClassName
{
border-color: #AD95B5;
}
</style>