Shades of East Side #AD7AB3
Tints of East Side #AD7AB3
RGB
CMYK
RGB Variations
Color information
#AD7AB3 (or 0xAD7AB3) is known color: East Side. HEX triplet: AD, 7A and B3. RGB value is (173,122,179). Sum of RGB (Red+Green+Blue) = 173+122+179=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD7AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7AB3 is #52854C. Grayscale: #8F8F8F. Windows color (decimal): -5408077 or 11762349. OLE color: 11762349.
HSL color Cylindrical-coordinate representation of color #AD7AB3: hue angle of 293.68º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7AB3 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 122 | 179 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.30 |
| HSL | 293.68º | 0.27% | 0.59% | - |
| HSV(B) | 293.68º | 0.32% | 0.7% | - |
| XYZ | 32.33 | 26.06 | 45.97 | - |
| YUV | 143.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 179 | 0.03 | 0.32 | 0 | 0.30 | 293.68 | 0.27 | 0.59 |
| Hex | AD | 7A | B3 | 3 | 20 | 0 | 1E | 126 | 1B | 3B |
| Octal | 255 | 172 | 263 | 3 | 40 | 0 | 36 | 446 | 33 | 73 |
| Binary | 10101101 | 1111010 | 10110011 | 11 | 100000 | 0 | 11110 | 100100110 | 11011 | 111011 |
Color Harmonies of #AD7AB3
Complementary color
Monochromatic Colors of #AD7AB3
Black with #AD7AB3
Text Example
Text Example
White with #AD7AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AB3; }
p { color: rgb(173,122,179); }
H1.HeaderClassName
{
color: #AD7AB3;
}
.AnyTagClassName
{
color: #AD7AB3;
}
</style>
background-color css
<style>
a { background-color: #AD7AB3; }
a { background-color: rgb(173,122,179); }
div.DivClassName
{
background-color: #AD7AB3;
}
.BgClassName
{
background-color: #AD7AB3;
}
</style>
border-color css
<style>
span { border-color: #AD7AB3; }
span { border-color: rgb(173,122,179); }
td.TdClassName
{
border-color: #AD7AB3;
}
.TagClassName
{
border-color: #AD7AB3;
}
</style>