Shades of East Side #AD7BBA
Tints of East Side #AD7BBA
RGB
CMYK
RGB Variations
Color information
#AD7BBA (or 0xAD7BBA) is known color: East Side. HEX triplet: AD, 7B and BA. RGB value is (173,123,186). Sum of RGB (Red+Green+Blue) = 173+123+186=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD7BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7BBA is #528445. Grayscale: #909090. Windows color (decimal): -5407814 or 12221357. OLE color: 12221357.
HSL color Cylindrical-coordinate representation of color #AD7BBA: hue angle of 287.62º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7BBA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 123 | 186 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.27 |
| HSL | 287.62º | 0.31% | 0.61% | - |
| HSV(B) | 287.62º | 0.34% | 0.73% | - |
| XYZ | 33.18 | 26.6 | 49.84 | - |
| YUV | 145.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 186 | 0.07 | 0.34 | 0 | 0.27 | 287.62 | 0.31 | 0.61 |
| Hex | AD | 7B | BA | 7 | 22 | 0 | 1B | 120 | 1F | 3D |
| Octal | 255 | 173 | 272 | 7 | 42 | 0 | 33 | 440 | 37 | 75 |
| Binary | 10101101 | 1111011 | 10111010 | 111 | 100010 | 0 | 11011 | 100100000 | 11111 | 111101 |
Color Harmonies of #AD7BBA
Complementary color
Monochromatic Colors of #AD7BBA
Black with #AD7BBA
Text Example
Text Example
White with #AD7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BBA; }
p { color: rgb(173,123,186); }
H1.HeaderClassName
{
color: #AD7BBA;
}
.AnyTagClassName
{
color: #AD7BBA;
}
</style>
background-color css
<style>
a { background-color: #AD7BBA; }
a { background-color: rgb(173,123,186); }
div.DivClassName
{
background-color: #AD7BBA;
}
.BgClassName
{
background-color: #AD7BBA;
}
</style>
border-color css
<style>
span { border-color: #AD7BBA; }
span { border-color: rgb(173,123,186); }
td.TdClassName
{
border-color: #AD7BBA;
}
.TagClassName
{
border-color: #AD7BBA;
}
</style>