Shades of East Side #AD84BD
Tints of East Side #AD84BD
RGB
CMYK
RGB Variations
Color information
#AD84BD (or 0xAD84BD) is known color: East Side. HEX triplet: AD, 84 and BD. RGB value is (173,132,189). Sum of RGB (Red+Green+Blue) = 173+132+189=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD84BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84BD is #527B42. Grayscale: #969696. Windows color (decimal): -5405507 or 12420269. OLE color: 12420269.
HSL color Cylindrical-coordinate representation of color #AD84BD: hue angle of 283.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD84BD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 132 | 189 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.26 |
| HSL | 283.16º | 0.3% | 0.63% | - |
| HSV(B) | 283.16º | 0.3% | 0.74% | - |
| XYZ | 34.67 | 29.06 | 51.93 | - |
| YUV | 150.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 189 | 0.08 | 0.30 | 0 | 0.26 | 283.16 | 0.3 | 0.63 |
| Hex | AD | 84 | BD | 8 | 1E | 0 | 1A | 11B | 1E | 3F |
| Octal | 255 | 204 | 275 | 10 | 36 | 0 | 32 | 433 | 36 | 77 |
| Binary | 10101101 | 10000100 | 10111101 | 1000 | 11110 | 0 | 11010 | 100011011 | 11110 | 111111 |
Color Harmonies of #AD84BD
Complementary color
Monochromatic Colors of #AD84BD
Black with #AD84BD
Text Example
Text Example
White with #AD84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84BD; }
p { color: rgb(173,132,189); }
H1.HeaderClassName
{
color: #AD84BD;
}
.AnyTagClassName
{
color: #AD84BD;
}
</style>
background-color css
<style>
a { background-color: #AD84BD; }
a { background-color: rgb(173,132,189); }
div.DivClassName
{
background-color: #AD84BD;
}
.BgClassName
{
background-color: #AD84BD;
}
</style>
border-color css
<style>
span { border-color: #AD84BD; }
span { border-color: rgb(173,132,189); }
td.TdClassName
{
border-color: #AD84BD;
}
.TagClassName
{
border-color: #AD84BD;
}
</style>