Shades of East Side #AD8DB4
Tints of East Side #AD8DB4
RGB
CMYK
RGB Variations
Color information
#AD8DB4 (or 0xAD8DB4) is known color: East Side. HEX triplet: AD, 8D and B4. RGB value is (173,141,180). Sum of RGB (Red+Green+Blue) = 173+141+180=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD8DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DB4 is #52724B. Grayscale: #9A9A9A. Windows color (decimal): -5403212 or 11832749. OLE color: 11832749.
HSL color Cylindrical-coordinate representation of color #AD8DB4: hue angle of 289.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD8DB4 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 141 | 180 | - |
CMYK | 0.04 | 0.22 | 0 | 0.29 |
HSL | 289.23º | 0.21% | 0.63% | - |
HSV(B) | 289.23º | 0.22% | 0.71% | - |
XYZ | 35 | 31.23 | 47.36 | - |
YUV | 155.01 | 142.1 | 140.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 141 | 180 | 0.04 | 0.22 | 0 | 0.29 | 289.23 | 0.21 | 0.63 |
Hex | AD | 8D | B4 | 4 | 16 | 0 | 1D | 121 | 15 | 3F |
Octal | 255 | 215 | 264 | 4 | 26 | 0 | 35 | 441 | 25 | 77 |
Binary | 10101101 | 10001101 | 10110100 | 100 | 10110 | 0 | 11101 | 100100001 | 10101 | 111111 |
Color Harmonies of #AD8DB4
Complementary color
Monochromatic Colors of #AD8DB4
Black with #AD8DB4
Text Example
Text Example
White with #AD8DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DB4; }
p { color: rgb(173,141,180); }
H1.HeaderClassName
{
color: #AD8DB4;
}
.AnyTagClassName
{
color: #AD8DB4;
}
</style>
background-color css
<style>
a { background-color: #AD8DB4; }
a { background-color: rgb(173,141,180); }
div.DivClassName
{
background-color: #AD8DB4;
}
.BgClassName
{
background-color: #AD8DB4;
}
</style>
border-color css
<style>
span { border-color: #AD8DB4; }
span { border-color: rgb(173,141,180); }
td.TdClassName
{
border-color: #AD8DB4;
}
.TagClassName
{
border-color: #AD8DB4;
}
</style>