Shades of East Side #AD8BB3
Tints of East Side #AD8BB3
RGB
CMYK
RGB Variations
Color information
#AD8BB3 (or 0xAD8BB3) is known color: East Side. HEX triplet: AD, 8B and B3. RGB value is (173,139,179). Sum of RGB (Red+Green+Blue) = 173+139+179=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD8BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BB3 is #52744C. Grayscale: #999999. Windows color (decimal): -5403725 or 11766701. OLE color: 11766701.
HSL color Cylindrical-coordinate representation of color #AD8BB3: hue angle of 291º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD8BB3 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 139 | 179 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.30 |
| HSL | 291º | 0.21% | 0.62% | - |
| HSV(B) | 291º | 0.22% | 0.7% | - |
| XYZ | 34.6 | 30.6 | 46.73 | - |
| YUV | 153.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 179 | 0.03 | 0.22 | 0 | 0.30 | 291 | 0.21 | 0.62 |
| Hex | AD | 8B | B3 | 3 | 16 | 0 | 1E | 123 | 15 | 3E |
| Octal | 255 | 213 | 263 | 3 | 26 | 0 | 36 | 443 | 25 | 76 |
| Binary | 10101101 | 10001011 | 10110011 | 11 | 10110 | 0 | 11110 | 100100011 | 10101 | 111110 |
Color Harmonies of #AD8BB3
Complementary color
Monochromatic Colors of #AD8BB3
Black with #AD8BB3
Text Example
Text Example
White with #AD8BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BB3; }
p { color: rgb(173,139,179); }
H1.HeaderClassName
{
color: #AD8BB3;
}
.AnyTagClassName
{
color: #AD8BB3;
}
</style>
background-color css
<style>
a { background-color: #AD8BB3; }
a { background-color: rgb(173,139,179); }
div.DivClassName
{
background-color: #AD8BB3;
}
.BgClassName
{
background-color: #AD8BB3;
}
</style>
border-color css
<style>
span { border-color: #AD8BB3; }
span { border-color: rgb(173,139,179); }
td.TdClassName
{
border-color: #AD8BB3;
}
.TagClassName
{
border-color: #AD8BB3;
}
</style>