Shades of East Side #AD7DBD
Tints of East Side #AD7DBD
RGB
CMYK
RGB Variations
Color information
#AD7DBD (or 0xAD7DBD) is known color: East Side. HEX triplet: AD, 7D and BD. RGB value is (173,125,189). Sum of RGB (Red+Green+Blue) = 173+125+189=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD7DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DBD is #528242. Grayscale: #929292. Windows color (decimal): -5407299 or 12418477. OLE color: 12418477.
HSL color Cylindrical-coordinate representation of color #AD7DBD: hue angle of 285º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7DBD is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 125 | 189 | - |
CMYK | 0.08 | 0.34 | 0 | 0.26 |
HSL | 285º | 0.33% | 0.62% | - |
HSV(B) | 285º | 0.34% | 0.74% | - |
XYZ | 33.75 | 27.23 | 51.62 | - |
YUV | 146.65 | 151.9 | 146.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 125 | 189 | 0.08 | 0.34 | 0 | 0.26 | 285 | 0.33 | 0.62 |
Hex | AD | 7D | BD | 8 | 22 | 0 | 1A | 11D | 21 | 3E |
Octal | 255 | 175 | 275 | 10 | 42 | 0 | 32 | 435 | 41 | 76 |
Binary | 10101101 | 1111101 | 10111101 | 1000 | 100010 | 0 | 11010 | 100011101 | 100001 | 111110 |
Color Harmonies of #AD7DBD
Complementary color
Monochromatic Colors of #AD7DBD
Black with #AD7DBD
Text Example
Text Example
White with #AD7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DBD; }
p { color: rgb(173,125,189); }
H1.HeaderClassName
{
color: #AD7DBD;
}
.AnyTagClassName
{
color: #AD7DBD;
}
</style>
background-color css
<style>
a { background-color: #AD7DBD; }
a { background-color: rgb(173,125,189); }
div.DivClassName
{
background-color: #AD7DBD;
}
.BgClassName
{
background-color: #AD7DBD;
}
</style>
border-color css
<style>
span { border-color: #AD7DBD; }
span { border-color: rgb(173,125,189); }
td.TdClassName
{
border-color: #AD7DBD;
}
.TagClassName
{
border-color: #AD7DBD;
}
</style>