Shades of East Side #AD75BA
Tints of East Side #AD75BA
RGB
CMYK
RGB Variations
Color information
#AD75BA (or 0xAD75BA) is known color: East Side. HEX triplet: AD, 75 and BA. RGB value is (173,117,186). Sum of RGB (Red+Green+Blue) = 173+117+186=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75BA is #528A45. Grayscale: #8D8D8D. Windows color (decimal): -5409350 or 12219821. OLE color: 12219821.
HSL color Cylindrical-coordinate representation of color #AD75BA: hue angle of 288.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD75BA is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 117 | 186 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.27 |
| HSL | 288.7º | 0.33% | 0.59% | - |
| HSV(B) | 288.7º | 0.37% | 0.73% | - |
| XYZ | 32.46 | 25.15 | 49.6 | - |
| YUV | 141.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 186 | 0.07 | 0.37 | 0 | 0.27 | 288.7 | 0.33 | 0.59 |
| Hex | AD | 75 | BA | 7 | 25 | 0 | 1B | 121 | 21 | 3B |
| Octal | 255 | 165 | 272 | 7 | 45 | 0 | 33 | 441 | 41 | 73 |
| Binary | 10101101 | 1110101 | 10111010 | 111 | 100101 | 0 | 11011 | 100100001 | 100001 | 111011 |
Color Harmonies of #AD75BA
Complementary color
Monochromatic Colors of #AD75BA
Black with #AD75BA
Text Example
Text Example
White with #AD75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75BA; }
p { color: rgb(173,117,186); }
H1.HeaderClassName
{
color: #AD75BA;
}
.AnyTagClassName
{
color: #AD75BA;
}
</style>
background-color css
<style>
a { background-color: #AD75BA; }
a { background-color: rgb(173,117,186); }
div.DivClassName
{
background-color: #AD75BA;
}
.BgClassName
{
background-color: #AD75BA;
}
</style>
border-color css
<style>
span { border-color: #AD75BA; }
span { border-color: rgb(173,117,186); }
td.TdClassName
{
border-color: #AD75BA;
}
.TagClassName
{
border-color: #AD75BA;
}
</style>