Shades of East Side #AD80D3
Tints of East Side #AD80D3
RGB
CMYK
RGB Variations
Color information
#AD80D3 (or 0xAD80D3) is known color: East Side. HEX triplet: AD, 80 and D3. RGB value is (173,128,211). Sum of RGB (Red+Green+Blue) = 173+128+211=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD80D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80D3 is #527F2C. Grayscale: #969696. Windows color (decimal): -5406509 or 13861037. OLE color: 13861037.
HSL color Cylindrical-coordinate representation of color #AD80D3: hue angle of 272.53º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD80D3 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 128 | 211 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.17 |
| HSL | 272.53º | 0.49% | 0.66% | - |
| HSV(B) | 272.53º | 0.39% | 0.83% | - |
| XYZ | 36.71 | 29.03 | 65.3 | - |
| YUV | 150.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 211 | 0.18 | 0.39 | 0 | 0.17 | 272.53 | 0.49 | 0.66 |
| Hex | AD | 80 | D3 | 12 | 27 | 0 | 11 | 111 | 31 | 42 |
| Octal | 255 | 200 | 323 | 22 | 47 | 0 | 21 | 421 | 61 | 102 |
| Binary | 10101101 | 10000000 | 11010011 | 10010 | 100111 | 0 | 10001 | 100010001 | 110001 | 1000010 |
Color Harmonies of #AD80D3
Complementary color
Monochromatic Colors of #AD80D3
Black with #AD80D3
Text Example
Text Example
White with #AD80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80D3; }
p { color: rgb(173,128,211); }
H1.HeaderClassName
{
color: #AD80D3;
}
.AnyTagClassName
{
color: #AD80D3;
}
</style>
background-color css
<style>
a { background-color: #AD80D3; }
a { background-color: rgb(173,128,211); }
div.DivClassName
{
background-color: #AD80D3;
}
.BgClassName
{
background-color: #AD80D3;
}
</style>
border-color css
<style>
span { border-color: #AD80D3; }
span { border-color: rgb(173,128,211); }
td.TdClassName
{
border-color: #AD80D3;
}
.TagClassName
{
border-color: #AD80D3;
}
</style>