Shades of East Side #AD94C6
Tints of East Side #AD94C6
RGB
CMYK
RGB Variations
Color information
#AD94C6 (or 0xAD94C6) is known color: East Side. HEX triplet: AD, 94 and C6. RGB value is (173,148,198). Sum of RGB (Red+Green+Blue) = 173+148+198=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD94C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94C6 is #526B39. Grayscale: #A1A1A1. Windows color (decimal): -5401402 or 13014189. OLE color: 13014189.
HSL color Cylindrical-coordinate representation of color #AD94C6: hue angle of 270º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD94C6 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 148 | 198 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.22 |
| HSL | 270º | 0.3% | 0.68% | - |
| HSV(B) | 270º | 0.25% | 0.78% | - |
| XYZ | 38.02 | 34.14 | 58.01 | - |
| YUV | 161.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 198 | 0.13 | 0.25 | 0 | 0.22 | 270 | 0.3 | 0.68 |
| Hex | AD | 94 | C6 | D | 19 | 0 | 16 | 10E | 1E | 44 |
| Octal | 255 | 224 | 306 | 15 | 31 | 0 | 26 | 416 | 36 | 104 |
| Binary | 10101101 | 10010100 | 11000110 | 1101 | 11001 | 0 | 10110 | 100001110 | 11110 | 1000100 |
Color Harmonies of #AD94C6
Complementary color
Monochromatic Colors of #AD94C6
Black with #AD94C6
Text Example
Text Example
White with #AD94C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD94C6; }
p { color: rgb(173,148,198); }
H1.HeaderClassName
{
color: #AD94C6;
}
.AnyTagClassName
{
color: #AD94C6;
}
</style>
background-color css
<style>
a { background-color: #AD94C6; }
a { background-color: rgb(173,148,198); }
div.DivClassName
{
background-color: #AD94C6;
}
.BgClassName
{
background-color: #AD94C6;
}
</style>
border-color css
<style>
span { border-color: #AD94C6; }
span { border-color: rgb(173,148,198); }
td.TdClassName
{
border-color: #AD94C6;
}
.TagClassName
{
border-color: #AD94C6;
}
</style>