Shades of East Side #AD81BD
Tints of East Side #AD81BD
RGB
CMYK
RGB Variations
Color information
#AD81BD (or 0xAD81BD) is known color: East Side. HEX triplet: AD, 81 and BD. RGB value is (173,129,189). Sum of RGB (Red+Green+Blue) = 173+129+189=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD81BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81BD is #527E42. Grayscale: #949494. Windows color (decimal): -5406275 or 12419501. OLE color: 12419501.
HSL color Cylindrical-coordinate representation of color #AD81BD: hue angle of 284º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD81BD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 129 | 189 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.26 |
| HSL | 284º | 0.31% | 0.62% | - |
| HSV(B) | 284º | 0.32% | 0.74% | - |
| XYZ | 34.27 | 28.26 | 51.79 | - |
| YUV | 149 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 189 | 0.08 | 0.32 | 0 | 0.26 | 284 | 0.31 | 0.62 |
| Hex | AD | 81 | BD | 8 | 20 | 0 | 1A | 11C | 1F | 3E |
| Octal | 255 | 201 | 275 | 10 | 40 | 0 | 32 | 434 | 37 | 76 |
| Binary | 10101101 | 10000001 | 10111101 | 1000 | 100000 | 0 | 11010 | 100011100 | 11111 | 111110 |
Color Harmonies of #AD81BD
Complementary color
Monochromatic Colors of #AD81BD
Black with #AD81BD
Text Example
Text Example
White with #AD81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81BD; }
p { color: rgb(173,129,189); }
H1.HeaderClassName
{
color: #AD81BD;
}
.AnyTagClassName
{
color: #AD81BD;
}
</style>
background-color css
<style>
a { background-color: #AD81BD; }
a { background-color: rgb(173,129,189); }
div.DivClassName
{
background-color: #AD81BD;
}
.BgClassName
{
background-color: #AD81BD;
}
</style>
border-color css
<style>
span { border-color: #AD81BD; }
span { border-color: rgb(173,129,189); }
td.TdClassName
{
border-color: #AD81BD;
}
.TagClassName
{
border-color: #AD81BD;
}
</style>