Shades of East Side #AD82CF
Tints of East Side #AD82CF
RGB
CMYK
RGB Variations
Color information
#AD82CF (or 0xAD82CF) is known color: East Side. HEX triplet: AD, 82 and CF. RGB value is (173,130,207). Sum of RGB (Red+Green+Blue) = 173+130+207=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD82CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82CF is #527D30. Grayscale: #979797. Windows color (decimal): -5406001 or 13599405. OLE color: 13599405.
HSL color Cylindrical-coordinate representation of color #AD82CF: hue angle of 273.51º degrees, saturation: 0.45, 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 #AD82CF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 130 | 207 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.19 |
| HSL | 273.51º | 0.45% | 0.66% | - |
| HSV(B) | 273.51º | 0.37% | 0.81% | - |
| XYZ | 36.48 | 29.35 | 62.77 | - |
| YUV | 151.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 207 | 0.16 | 0.37 | 0 | 0.19 | 273.51 | 0.45 | 0.66 |
| Hex | AD | 82 | CF | 10 | 25 | 0 | 13 | 112 | 2D | 42 |
| Octal | 255 | 202 | 317 | 20 | 45 | 0 | 23 | 422 | 55 | 102 |
| Binary | 10101101 | 10000010 | 11001111 | 10000 | 100101 | 0 | 10011 | 100010010 | 101101 | 1000010 |
Color Harmonies of #AD82CF
Complementary color
Monochromatic Colors of #AD82CF
Black with #AD82CF
Text Example
Text Example
White with #AD82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82CF; }
p { color: rgb(173,130,207); }
H1.HeaderClassName
{
color: #AD82CF;
}
.AnyTagClassName
{
color: #AD82CF;
}
</style>
background-color css
<style>
a { background-color: #AD82CF; }
a { background-color: rgb(173,130,207); }
div.DivClassName
{
background-color: #AD82CF;
}
.BgClassName
{
background-color: #AD82CF;
}
</style>
border-color css
<style>
span { border-color: #AD82CF; }
span { border-color: rgb(173,130,207); }
td.TdClassName
{
border-color: #AD82CF;
}
.TagClassName
{
border-color: #AD82CF;
}
</style>