Shades of East Side #AD7CBA
Tints of East Side #AD7CBA
RGB
CMYK
RGB Variations
Color information
#AD7CBA (or 0xAD7CBA) is known color: East Side. HEX triplet: AD, 7C and BA. RGB value is (173,124,186). Sum of RGB (Red+Green+Blue) = 173+124+186=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD7CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CBA is #528345. Grayscale: #919191. Windows color (decimal): -5407558 or 12221613. OLE color: 12221613.
HSL color Cylindrical-coordinate representation of color #AD7CBA: hue angle of 287.42º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7CBA is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 124 | 186 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.27 |
| HSL | 287.42º | 0.31% | 0.61% | - |
| HSV(B) | 287.42º | 0.33% | 0.73% | - |
| XYZ | 33.3 | 26.84 | 49.88 | - |
| YUV | 145.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 186 | 0.07 | 0.33 | 0 | 0.27 | 287.42 | 0.31 | 0.61 |
| Hex | AD | 7C | BA | 7 | 21 | 0 | 1B | 11F | 1F | 3D |
| Octal | 255 | 174 | 272 | 7 | 41 | 0 | 33 | 437 | 37 | 75 |
| Binary | 10101101 | 1111100 | 10111010 | 111 | 100001 | 0 | 11011 | 100011111 | 11111 | 111101 |
Color Harmonies of #AD7CBA
Complementary color
Monochromatic Colors of #AD7CBA
Black with #AD7CBA
Text Example
Text Example
White with #AD7CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CBA; }
p { color: rgb(173,124,186); }
H1.HeaderClassName
{
color: #AD7CBA;
}
.AnyTagClassName
{
color: #AD7CBA;
}
</style>
background-color css
<style>
a { background-color: #AD7CBA; }
a { background-color: rgb(173,124,186); }
div.DivClassName
{
background-color: #AD7CBA;
}
.BgClassName
{
background-color: #AD7CBA;
}
</style>
border-color css
<style>
span { border-color: #AD7CBA; }
span { border-color: rgb(173,124,186); }
td.TdClassName
{
border-color: #AD7CBA;
}
.TagClassName
{
border-color: #AD7CBA;
}
</style>