Shades of East Side #AD7DB3
Tints of East Side #AD7DB3
RGB
CMYK
RGB Variations
Color information
#AD7DB3 (or 0xAD7DB3) is known color: East Side. HEX triplet: AD, 7D and B3. RGB value is (173,125,179). Sum of RGB (Red+Green+Blue) = 173+125+179=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD7DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DB3 is #52824C. Grayscale: #919191. Windows color (decimal): -5407309 or 11763117. OLE color: 11763117.
HSL color Cylindrical-coordinate representation of color #AD7DB3: hue angle of 293.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD7DB3 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 173 | 125 | 179 | - |
CMYK | 0.03 | 0.30 | 0 | 0.30 |
HSL | 293.33º | 0.26% | 0.6% | - |
HSV(B) | 293.33º | 0.3% | 0.7% | - |
XYZ | 32.7 | 26.81 | 46.1 | - |
YUV | 145.51 | 146.9 | 147.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 125 | 179 | 0.03 | 0.30 | 0 | 0.30 | 293.33 | 0.26 | 0.6 |
Hex | AD | 7D | B3 | 3 | 1E | 0 | 1E | 125 | 1A | 3C |
Octal | 255 | 175 | 263 | 3 | 36 | 0 | 36 | 445 | 32 | 74 |
Binary | 10101101 | 1111101 | 10110011 | 11 | 11110 | 0 | 11110 | 100100101 | 11010 | 111100 |
Color Harmonies of #AD7DB3
Complementary color
Monochromatic Colors of #AD7DB3
Black with #AD7DB3
Text Example
Text Example
White with #AD7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DB3; }
p { color: rgb(173,125,179); }
H1.HeaderClassName
{
color: #AD7DB3;
}
.AnyTagClassName
{
color: #AD7DB3;
}
</style>
background-color css
<style>
a { background-color: #AD7DB3; }
a { background-color: rgb(173,125,179); }
div.DivClassName
{
background-color: #AD7DB3;
}
.BgClassName
{
background-color: #AD7DB3;
}
</style>
border-color css
<style>
span { border-color: #AD7DB3; }
span { border-color: rgb(173,125,179); }
td.TdClassName
{
border-color: #AD7DB3;
}
.TagClassName
{
border-color: #AD7DB3;
}
</style>