Shades of East Side #AD75C3
Tints of East Side #AD75C3
RGB
CMYK
RGB Variations
Color information
#AD75C3 (or 0xAD75C3) is known color: East Side. HEX triplet: AD, 75 and C3. RGB value is (173,117,195). Sum of RGB (Red+Green+Blue) = 173+117+195=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD75C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75C3 is #528A3C. Grayscale: #8E8E8E. Windows color (decimal): -5409341 or 12809645. OLE color: 12809645.
HSL color Cylindrical-coordinate representation of color #AD75C3: hue angle of 283.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD75C3 is Cyan = 0.11, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 117 | 195 | - |
| CMYK | 0.11 | 0.4 | 0 | 0.24 |
| HSL | 283.08º | 0.39% | 0.61% | - |
| HSV(B) | 283.08º | 0.4% | 0.76% | - |
| XYZ | 33.45 | 25.55 | 54.8 | - |
| YUV | 142.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 195 | 0.11 | 0.4 | 0 | 0.24 | 283.08 | 0.39 | 0.61 |
| Hex | AD | 75 | C3 | B | 28 | 0 | 18 | 11B | 27 | 3D |
| Octal | 255 | 165 | 303 | 13 | 50 | 0 | 30 | 433 | 47 | 75 |
| Binary | 10101101 | 1110101 | 11000011 | 1011 | 101000 | 0 | 11000 | 100011011 | 100111 | 111101 |
Color Harmonies of #AD75C3
Complementary color
Monochromatic Colors of #AD75C3
Black with #AD75C3
Text Example
Text Example
White with #AD75C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75C3; }
p { color: rgb(173,117,195); }
H1.HeaderClassName
{
color: #AD75C3;
}
.AnyTagClassName
{
color: #AD75C3;
}
</style>
background-color css
<style>
a { background-color: #AD75C3; }
a { background-color: rgb(173,117,195); }
div.DivClassName
{
background-color: #AD75C3;
}
.BgClassName
{
background-color: #AD75C3;
}
</style>
border-color css
<style>
span { border-color: #AD75C3; }
span { border-color: rgb(173,117,195); }
td.TdClassName
{
border-color: #AD75C3;
}
.TagClassName
{
border-color: #AD75C3;
}
</style>