Shades of East Side #AD84CC
Tints of East Side #AD84CC
RGB
CMYK
RGB Variations
Color information
#AD84CC (or 0xAD84CC) is known color: East Side. HEX triplet: AD, 84 and CC. RGB value is (173,132,204). Sum of RGB (Red+Green+Blue) = 173+132+204=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD84CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84CC is #527B33. Grayscale: #989898. Windows color (decimal): -5405492 or 13403309. OLE color: 13403309.
HSL color Cylindrical-coordinate representation of color #AD84CC: hue angle of 274.17º 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 #AD84CC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 132 | 204 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.2 |
| HSL | 274.17º | 0.41% | 0.66% | - |
| HSV(B) | 274.17º | 0.35% | 0.8% | - |
| XYZ | 36.38 | 29.75 | 60.95 | - |
| YUV | 152.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 204 | 0.15 | 0.35 | 0 | 0.2 | 274.17 | 0.41 | 0.66 |
| Hex | AD | 84 | CC | F | 23 | 0 | 14 | 112 | 29 | 42 |
| Octal | 255 | 204 | 314 | 17 | 43 | 0 | 24 | 422 | 51 | 102 |
| Binary | 10101101 | 10000100 | 11001100 | 1111 | 100011 | 0 | 10100 | 100010010 | 101001 | 1000010 |
Color Harmonies of #AD84CC
Complementary color
Monochromatic Colors of #AD84CC
Black with #AD84CC
Text Example
Text Example
White with #AD84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84CC; }
p { color: rgb(173,132,204); }
H1.HeaderClassName
{
color: #AD84CC;
}
.AnyTagClassName
{
color: #AD84CC;
}
</style>
background-color css
<style>
a { background-color: #AD84CC; }
a { background-color: rgb(173,132,204); }
div.DivClassName
{
background-color: #AD84CC;
}
.BgClassName
{
background-color: #AD84CC;
}
</style>
border-color css
<style>
span { border-color: #AD84CC; }
span { border-color: rgb(173,132,204); }
td.TdClassName
{
border-color: #AD84CC;
}
.TagClassName
{
border-color: #AD84CC;
}
</style>