Shades of East Side #AD84B3
Tints of East Side #AD84B3
RGB
CMYK
RGB Variations
Color information
#AD84B3 (or 0xAD84B3) is known color: East Side. HEX triplet: AD, 84 and B3. RGB value is (173,132,179). Sum of RGB (Red+Green+Blue) = 173+132+179=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD84B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84B3 is #527B4C. Grayscale: #959595. Windows color (decimal): -5405517 or 11764909. OLE color: 11764909.
HSL color Cylindrical-coordinate representation of color #AD84B3: hue angle of 292.34º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD84B3 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 132 | 179 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.30 |
| HSL | 292.34º | 0.24% | 0.61% | - |
| HSV(B) | 292.34º | 0.26% | 0.7% | - |
| XYZ | 33.62 | 28.64 | 46.4 | - |
| YUV | 149.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 179 | 0.03 | 0.26 | 0 | 0.30 | 292.34 | 0.24 | 0.61 |
| Hex | AD | 84 | B3 | 3 | 1A | 0 | 1E | 124 | 18 | 3D |
| Octal | 255 | 204 | 263 | 3 | 32 | 0 | 36 | 444 | 30 | 75 |
| Binary | 10101101 | 10000100 | 10110011 | 11 | 11010 | 0 | 11110 | 100100100 | 11000 | 111101 |
Color Harmonies of #AD84B3
Complementary color
Monochromatic Colors of #AD84B3
Black with #AD84B3
Text Example
Text Example
White with #AD84B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84B3; }
p { color: rgb(173,132,179); }
H1.HeaderClassName
{
color: #AD84B3;
}
.AnyTagClassName
{
color: #AD84B3;
}
</style>
background-color css
<style>
a { background-color: #AD84B3; }
a { background-color: rgb(173,132,179); }
div.DivClassName
{
background-color: #AD84B3;
}
.BgClassName
{
background-color: #AD84B3;
}
</style>
border-color css
<style>
span { border-color: #AD84B3; }
span { border-color: rgb(173,132,179); }
td.TdClassName
{
border-color: #AD84B3;
}
.TagClassName
{
border-color: #AD84B3;
}
</style>