Shades of East Side #AD8ABE
Tints of East Side #AD8ABE
RGB
CMYK
RGB Variations
Color information
#AD8ABE (or 0xAD8ABE) is known color: East Side. HEX triplet: AD, 8A and BE. RGB value is (173,138,190). Sum of RGB (Red+Green+Blue) = 173+138+190=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ABE is #527541. Grayscale: #9A9A9A. Windows color (decimal): -5403970 or 12487341. OLE color: 12487341.
HSL color Cylindrical-coordinate representation of color #AD8ABE: hue angle of 280.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD8ABE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 138 | 190 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.25 |
| HSL | 280.38º | 0.29% | 0.64% | - |
| HSV(B) | 280.38º | 0.27% | 0.75% | - |
| XYZ | 35.62 | 30.78 | 52.78 | - |
| YUV | 154.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 190 | 0.09 | 0.27 | 0 | 0.25 | 280.38 | 0.29 | 0.64 |
| Hex | AD | 8A | BE | 9 | 1B | 0 | 19 | 118 | 1D | 40 |
| Octal | 255 | 212 | 276 | 11 | 33 | 0 | 31 | 430 | 35 | 100 |
| Binary | 10101101 | 10001010 | 10111110 | 1001 | 11011 | 0 | 11001 | 100011000 | 11101 | 1000000 |
Color Harmonies of #AD8ABE
Complementary color
Monochromatic Colors of #AD8ABE
Black with #AD8ABE
Text Example
Text Example
White with #AD8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8ABE; }
p { color: rgb(173,138,190); }
H1.HeaderClassName
{
color: #AD8ABE;
}
.AnyTagClassName
{
color: #AD8ABE;
}
</style>
background-color css
<style>
a { background-color: #AD8ABE; }
a { background-color: rgb(173,138,190); }
div.DivClassName
{
background-color: #AD8ABE;
}
.BgClassName
{
background-color: #AD8ABE;
}
</style>
border-color css
<style>
span { border-color: #AD8ABE; }
span { border-color: rgb(173,138,190); }
td.TdClassName
{
border-color: #AD8ABE;
}
.TagClassName
{
border-color: #AD8ABE;
}
</style>