Shades of East Side #AD83B9
Tints of East Side #AD83B9
RGB
CMYK
RGB Variations
Color information
#AD83B9 (or 0xAD83B9) is known color: East Side. HEX triplet: AD, 83 and B9. RGB value is (173,131,185). Sum of RGB (Red+Green+Blue) = 173+131+185=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD83B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83B9 is #527C46. Grayscale: #959595. Windows color (decimal): -5405767 or 12157869. OLE color: 12157869.
HSL color Cylindrical-coordinate representation of color #AD83B9: hue angle of 286.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD83B9 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 131 | 185 | - |
CMYK | 0.06 | 0.29 | 0 | 0.27 |
HSL | 286.67º | 0.28% | 0.62% | - |
HSV(B) | 286.67º | 0.29% | 0.73% | - |
XYZ | 34.11 | 28.62 | 49.63 | - |
YUV | 149.71 | 147.91 | 144.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 131 | 185 | 0.06 | 0.29 | 0 | 0.27 | 286.67 | 0.28 | 0.62 |
Hex | AD | 83 | B9 | 6 | 1D | 0 | 1B | 11F | 1C | 3E |
Octal | 255 | 203 | 271 | 6 | 35 | 0 | 33 | 437 | 34 | 76 |
Binary | 10101101 | 10000011 | 10111001 | 110 | 11101 | 0 | 11011 | 100011111 | 11100 | 111110 |
Color Harmonies of #AD83B9
Complementary color
Monochromatic Colors of #AD83B9
Black with #AD83B9
Text Example
Text Example
White with #AD83B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83B9; }
p { color: rgb(173,131,185); }
H1.HeaderClassName
{
color: #AD83B9;
}
.AnyTagClassName
{
color: #AD83B9;
}
</style>
background-color css
<style>
a { background-color: #AD83B9; }
a { background-color: rgb(173,131,185); }
div.DivClassName
{
background-color: #AD83B9;
}
.BgClassName
{
background-color: #AD83B9;
}
</style>
border-color css
<style>
span { border-color: #AD83B9; }
span { border-color: rgb(173,131,185); }
td.TdClassName
{
border-color: #AD83B9;
}
.TagClassName
{
border-color: #AD83B9;
}
</style>