Shades of East Side #AD7ACF
Tints of East Side #AD7ACF
RGB
CMYK
RGB Variations
Color information
#AD7ACF (or 0xAD7ACF) is known color: East Side. HEX triplet: AD, 7A and CF. RGB value is (173,122,207). Sum of RGB (Red+Green+Blue) = 173+122+207=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD7ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ACF is #528530. Grayscale: #929292. Windows color (decimal): -5408049 or 13597357. OLE color: 13597357.
HSL color Cylindrical-coordinate representation of color #AD7ACF: hue angle of 276º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD7ACF is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 122 | 207 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.19 |
| HSL | 276º | 0.47% | 0.65% | - |
| HSV(B) | 276º | 0.41% | 0.81% | - |
| XYZ | 35.46 | 27.31 | 62.43 | - |
| YUV | 146.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 207 | 0.16 | 0.41 | 0 | 0.19 | 276 | 0.47 | 0.65 |
| Hex | AD | 7A | CF | 10 | 29 | 0 | 13 | 114 | 2F | 41 |
| Octal | 255 | 172 | 317 | 20 | 51 | 0 | 23 | 424 | 57 | 101 |
| Binary | 10101101 | 1111010 | 11001111 | 10000 | 101001 | 0 | 10011 | 100010100 | 101111 | 1000001 |
Color Harmonies of #AD7ACF
Complementary color
Monochromatic Colors of #AD7ACF
Black with #AD7ACF
Text Example
Text Example
White with #AD7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7ACF; }
p { color: rgb(173,122,207); }
H1.HeaderClassName
{
color: #AD7ACF;
}
.AnyTagClassName
{
color: #AD7ACF;
}
</style>
background-color css
<style>
a { background-color: #AD7ACF; }
a { background-color: rgb(173,122,207); }
div.DivClassName
{
background-color: #AD7ACF;
}
.BgClassName
{
background-color: #AD7ACF;
}
</style>
border-color css
<style>
span { border-color: #AD7ACF; }
span { border-color: rgb(173,122,207); }
td.TdClassName
{
border-color: #AD7ACF;
}
.TagClassName
{
border-color: #AD7ACF;
}
</style>