Shades of East Side #AD84CB
Tints of East Side #AD84CB
RGB
CMYK
RGB Variations
Color information
#AD84CB (or 0xAD84CB) is known color: East Side. HEX triplet: AD, 84 and CB. RGB value is (173,132,203). Sum of RGB (Red+Green+Blue) = 173+132+203=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD84CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84CB is #527B34. Grayscale: #989898. Windows color (decimal): -5405493 or 13337773. OLE color: 13337773.
HSL color Cylindrical-coordinate representation of color #AD84CB: hue angle of 274.65º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD84CB is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 132 | 203 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.20 |
| HSL | 274.65º | 0.41% | 0.66% | - |
| HSV(B) | 274.65º | 0.35% | 0.8% | - |
| XYZ | 36.26 | 29.7 | 60.32 | - |
| YUV | 152.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 203 | 0.15 | 0.35 | 0 | 0.20 | 274.65 | 0.41 | 0.66 |
| Hex | AD | 84 | CB | F | 23 | 0 | 14 | 113 | 29 | 42 |
| Octal | 255 | 204 | 313 | 17 | 43 | 0 | 24 | 423 | 51 | 102 |
| Binary | 10101101 | 10000100 | 11001011 | 1111 | 100011 | 0 | 10100 | 100010011 | 101001 | 1000010 |
Color Harmonies of #AD84CB
Complementary color
Monochromatic Colors of #AD84CB
Black with #AD84CB
Text Example
Text Example
White with #AD84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84CB; }
p { color: rgb(173,132,203); }
H1.HeaderClassName
{
color: #AD84CB;
}
.AnyTagClassName
{
color: #AD84CB;
}
</style>
background-color css
<style>
a { background-color: #AD84CB; }
a { background-color: rgb(173,132,203); }
div.DivClassName
{
background-color: #AD84CB;
}
.BgClassName
{
background-color: #AD84CB;
}
</style>
border-color css
<style>
span { border-color: #AD84CB; }
span { border-color: rgb(173,132,203); }
td.TdClassName
{
border-color: #AD84CB;
}
.TagClassName
{
border-color: #AD84CB;
}
</style>