Shades of East Side #AD85B5
Tints of East Side #AD85B5
RGB
CMYK
RGB Variations
Color information
#AD85B5 (or 0xAD85B5) is known color: East Side. HEX triplet: AD, 85 and B5. RGB value is (173,133,181). Sum of RGB (Red+Green+Blue) = 173+133+181=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD85B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85B5 is #527A4A. Grayscale: #969696. Windows color (decimal): -5405259 or 11896237. OLE color: 11896237.
HSL color Cylindrical-coordinate representation of color #AD85B5: hue angle of 290º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD85B5 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 133 | 181 | - |
CMYK | 0.04 | 0.27 | 0 | 0.29 |
HSL | 290º | 0.24% | 0.62% | - |
HSV(B) | 290º | 0.27% | 0.71% | - |
XYZ | 33.96 | 29 | 47.52 | - |
YUV | 150.43 | 145.25 | 144.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 133 | 181 | 0.04 | 0.27 | 0 | 0.29 | 290 | 0.24 | 0.62 |
Hex | AD | 85 | B5 | 4 | 1B | 0 | 1D | 122 | 18 | 3E |
Octal | 255 | 205 | 265 | 4 | 33 | 0 | 35 | 442 | 30 | 76 |
Binary | 10101101 | 10000101 | 10110101 | 100 | 11011 | 0 | 11101 | 100100010 | 11000 | 111110 |
Color Harmonies of #AD85B5
Complementary color
Monochromatic Colors of #AD85B5
Black with #AD85B5
Text Example
Text Example
White with #AD85B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85B5; }
p { color: rgb(173,133,181); }
H1.HeaderClassName
{
color: #AD85B5;
}
.AnyTagClassName
{
color: #AD85B5;
}
</style>
background-color css
<style>
a { background-color: #AD85B5; }
a { background-color: rgb(173,133,181); }
div.DivClassName
{
background-color: #AD85B5;
}
.BgClassName
{
background-color: #AD85B5;
}
</style>
border-color css
<style>
span { border-color: #AD85B5; }
span { border-color: rgb(173,133,181); }
td.TdClassName
{
border-color: #AD85B5;
}
.TagClassName
{
border-color: #AD85B5;
}
</style>