Shades of East Side #AD91B3
Tints of East Side #AD91B3
RGB
CMYK
RGB Variations
Color information
#AD91B3 (or 0xAD91B3) is known color: East Side. HEX triplet: AD, 91 and B3. RGB value is (173,145,179). Sum of RGB (Red+Green+Blue) = 173+145+179=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD91B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91B3 is #526E4C. Grayscale: #9D9D9D. Windows color (decimal): -5402189 or 11768237. OLE color: 11768237.
HSL color Cylindrical-coordinate representation of color #AD91B3: hue angle of 289.41º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD91B3 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 145 | 179 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.30 |
| HSL | 289.41º | 0.18% | 0.64% | - |
| HSV(B) | 289.41º | 0.19% | 0.7% | - |
| XYZ | 35.5 | 32.39 | 47.03 | - |
| YUV | 157.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 179 | 0.03 | 0.19 | 0 | 0.30 | 289.41 | 0.18 | 0.64 |
| Hex | AD | 91 | B3 | 3 | 13 | 0 | 1E | 121 | 12 | 40 |
| Octal | 255 | 221 | 263 | 3 | 23 | 0 | 36 | 441 | 22 | 100 |
| Binary | 10101101 | 10010001 | 10110011 | 11 | 10011 | 0 | 11110 | 100100001 | 10010 | 1000000 |
Color Harmonies of #AD91B3
Complementary color
Monochromatic Colors of #AD91B3
Black with #AD91B3
Text Example
Text Example
White with #AD91B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91B3; }
p { color: rgb(173,145,179); }
H1.HeaderClassName
{
color: #AD91B3;
}
.AnyTagClassName
{
color: #AD91B3;
}
</style>
background-color css
<style>
a { background-color: #AD91B3; }
a { background-color: rgb(173,145,179); }
div.DivClassName
{
background-color: #AD91B3;
}
.BgClassName
{
background-color: #AD91B3;
}
</style>
border-color css
<style>
span { border-color: #AD91B3; }
span { border-color: rgb(173,145,179); }
td.TdClassName
{
border-color: #AD91B3;
}
.TagClassName
{
border-color: #AD91B3;
}
</style>