Shades of East Side #AD84C4
Tints of East Side #AD84C4
RGB
CMYK
RGB Variations
Color information
#AD84C4 (or 0xAD84C4) is known color: East Side. HEX triplet: AD, 84 and C4. RGB value is (173,132,196). Sum of RGB (Red+Green+Blue) = 173+132+196=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD84C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84C4 is #527B3B. Grayscale: #979797. Windows color (decimal): -5405500 or 12879021. OLE color: 12879021.
HSL color Cylindrical-coordinate representation of color #AD84C4: hue angle of 278.44º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD84C4 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 132 | 196 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.23 |
| HSL | 278.44º | 0.35% | 0.64% | - |
| HSV(B) | 278.44º | 0.33% | 0.77% | - |
| XYZ | 35.45 | 29.37 | 56.03 | - |
| YUV | 151.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 196 | 0.12 | 0.33 | 0 | 0.23 | 278.44 | 0.35 | 0.64 |
| Hex | AD | 84 | C4 | C | 21 | 0 | 17 | 116 | 23 | 40 |
| Octal | 255 | 204 | 304 | 14 | 41 | 0 | 27 | 426 | 43 | 100 |
| Binary | 10101101 | 10000100 | 11000100 | 1100 | 100001 | 0 | 10111 | 100010110 | 100011 | 1000000 |
Color Harmonies of #AD84C4
Complementary color
Monochromatic Colors of #AD84C4
Black with #AD84C4
Text Example
Text Example
White with #AD84C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84C4; }
p { color: rgb(173,132,196); }
H1.HeaderClassName
{
color: #AD84C4;
}
.AnyTagClassName
{
color: #AD84C4;
}
</style>
background-color css
<style>
a { background-color: #AD84C4; }
a { background-color: rgb(173,132,196); }
div.DivClassName
{
background-color: #AD84C4;
}
.BgClassName
{
background-color: #AD84C4;
}
</style>
border-color css
<style>
span { border-color: #AD84C4; }
span { border-color: rgb(173,132,196); }
td.TdClassName
{
border-color: #AD84C4;
}
.TagClassName
{
border-color: #AD84C4;
}
</style>