Shades of East Side #AD81BC
Tints of East Side #AD81BC
RGB
CMYK
RGB Variations
Color information
#AD81BC (or 0xAD81BC) is known color: East Side. HEX triplet: AD, 81 and BC. RGB value is (173,129,188). Sum of RGB (Red+Green+Blue) = 173+129+188=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81BC is #527E43. Grayscale: #949494. Windows color (decimal): -5406276 or 12353965. OLE color: 12353965.
HSL color Cylindrical-coordinate representation of color #AD81BC: hue angle of 284.75º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD81BC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 129 | 188 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.26 |
| HSL | 284.75º | 0.31% | 0.62% | - |
| HSV(B) | 284.75º | 0.31% | 0.74% | - |
| XYZ | 34.16 | 28.22 | 51.22 | - |
| YUV | 148.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 188 | 0.08 | 0.31 | 0 | 0.26 | 284.75 | 0.31 | 0.62 |
| Hex | AD | 81 | BC | 8 | 1F | 0 | 1A | 11D | 1F | 3E |
| Octal | 255 | 201 | 274 | 10 | 37 | 0 | 32 | 435 | 37 | 76 |
| Binary | 10101101 | 10000001 | 10111100 | 1000 | 11111 | 0 | 11010 | 100011101 | 11111 | 111110 |
Color Harmonies of #AD81BC
Complementary color
Monochromatic Colors of #AD81BC
Black with #AD81BC
Text Example
Text Example
White with #AD81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81BC; }
p { color: rgb(173,129,188); }
H1.HeaderClassName
{
color: #AD81BC;
}
.AnyTagClassName
{
color: #AD81BC;
}
</style>
background-color css
<style>
a { background-color: #AD81BC; }
a { background-color: rgb(173,129,188); }
div.DivClassName
{
background-color: #AD81BC;
}
.BgClassName
{
background-color: #AD81BC;
}
</style>
border-color css
<style>
span { border-color: #AD81BC; }
span { border-color: rgb(173,129,188); }
td.TdClassName
{
border-color: #AD81BC;
}
.TagClassName
{
border-color: #AD81BC;
}
</style>