Shades of East Side #AD83CF
Tints of East Side #AD83CF
RGB
CMYK
RGB Variations
Color information
#AD83CF (or 0xAD83CF) is known color: East Side. HEX triplet: AD, 83 and CF. RGB value is (173,131,207). Sum of RGB (Red+Green+Blue) = 173+131+207=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83CF is #527C30. Grayscale: #979797. Windows color (decimal): -5405745 or 13599661. OLE color: 13599661.
HSL color Cylindrical-coordinate representation of color #AD83CF: hue angle of 273.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD83CF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 131 | 207 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.19 |
| HSL | 273.16º | 0.44% | 0.66% | - |
| HSV(B) | 273.16º | 0.37% | 0.81% | - |
| XYZ | 36.61 | 29.62 | 62.82 | - |
| YUV | 152.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 207 | 0.16 | 0.37 | 0 | 0.19 | 273.16 | 0.44 | 0.66 |
| Hex | AD | 83 | CF | 10 | 25 | 0 | 13 | 111 | 2C | 42 |
| Octal | 255 | 203 | 317 | 20 | 45 | 0 | 23 | 421 | 54 | 102 |
| Binary | 10101101 | 10000011 | 11001111 | 10000 | 100101 | 0 | 10011 | 100010001 | 101100 | 1000010 |
Color Harmonies of #AD83CF
Complementary color
Monochromatic Colors of #AD83CF
Black with #AD83CF
Text Example
Text Example
White with #AD83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83CF; }
p { color: rgb(173,131,207); }
H1.HeaderClassName
{
color: #AD83CF;
}
.AnyTagClassName
{
color: #AD83CF;
}
</style>
background-color css
<style>
a { background-color: #AD83CF; }
a { background-color: rgb(173,131,207); }
div.DivClassName
{
background-color: #AD83CF;
}
.BgClassName
{
background-color: #AD83CF;
}
</style>
border-color css
<style>
span { border-color: #AD83CF; }
span { border-color: rgb(173,131,207); }
td.TdClassName
{
border-color: #AD83CF;
}
.TagClassName
{
border-color: #AD83CF;
}
</style>