Shades of East Side #AD7AB2
Tints of East Side #AD7AB2
RGB
CMYK
RGB Variations
Color information
#AD7AB2 (or 0xAD7AB2) is known color: East Side. HEX triplet: AD, 7A and B2. RGB value is (173,122,178). Sum of RGB (Red+Green+Blue) = 173+122+178=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD7AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AB2 is #52854D. Grayscale: #8F8F8F. Windows color (decimal): -5408078 or 11696813. OLE color: 11696813.
HSL color Cylindrical-coordinate representation of color #AD7AB2: hue angle of 294.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7AB2 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 122 | 178 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.30 |
| HSL | 294.64º | 0.27% | 0.59% | - |
| HSV(B) | 294.64º | 0.31% | 0.7% | - |
| XYZ | 32.23 | 26.02 | 45.44 | - |
| YUV | 143.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 178 | 0.03 | 0.31 | 0 | 0.30 | 294.64 | 0.27 | 0.59 |
| Hex | AD | 7A | B2 | 3 | 1F | 0 | 1E | 127 | 1B | 3B |
| Octal | 255 | 172 | 262 | 3 | 37 | 0 | 36 | 447 | 33 | 73 |
| Binary | 10101101 | 1111010 | 10110010 | 11 | 11111 | 0 | 11110 | 100100111 | 11011 | 111011 |
Color Harmonies of #AD7AB2
Complementary color
Monochromatic Colors of #AD7AB2
Black with #AD7AB2
Text Example
Text Example
White with #AD7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AB2; }
p { color: rgb(173,122,178); }
H1.HeaderClassName
{
color: #AD7AB2;
}
.AnyTagClassName
{
color: #AD7AB2;
}
</style>
background-color css
<style>
a { background-color: #AD7AB2; }
a { background-color: rgb(173,122,178); }
div.DivClassName
{
background-color: #AD7AB2;
}
.BgClassName
{
background-color: #AD7AB2;
}
</style>
border-color css
<style>
span { border-color: #AD7AB2; }
span { border-color: rgb(173,122,178); }
td.TdClassName
{
border-color: #AD7AB2;
}
.TagClassName
{
border-color: #AD7AB2;
}
</style>