Shades of East Side #AD96BD
Tints of East Side #AD96BD
RGB
CMYK
RGB Variations
Color information
#AD96BD (or 0xAD96BD) is known color: East Side. HEX triplet: AD, 96 and BD. RGB value is (173,150,189). Sum of RGB (Red+Green+Blue) = 173+150+189=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96BD is #526942. Grayscale: #A1A1A1. Windows color (decimal): -5400899 or 12424877. OLE color: 12424877.
HSL color Cylindrical-coordinate representation of color #AD96BD: hue angle of 275.38º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD96BD is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 150 | 189 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.26 |
| HSL | 275.38º | 0.23% | 0.66% | - |
| HSV(B) | 275.38º | 0.21% | 0.74% | - |
| XYZ | 37.33 | 34.37 | 52.81 | - |
| YUV | 161.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 189 | 0.08 | 0.21 | 0 | 0.26 | 275.38 | 0.23 | 0.66 |
| Hex | AD | 96 | BD | 8 | 15 | 0 | 1A | 113 | 17 | 42 |
| Octal | 255 | 226 | 275 | 10 | 25 | 0 | 32 | 423 | 27 | 102 |
| Binary | 10101101 | 10010110 | 10111101 | 1000 | 10101 | 0 | 11010 | 100010011 | 10111 | 1000010 |
Color Harmonies of #AD96BD
Complementary color
Monochromatic Colors of #AD96BD
Black with #AD96BD
Text Example
Text Example
White with #AD96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96BD; }
p { color: rgb(173,150,189); }
H1.HeaderClassName
{
color: #AD96BD;
}
.AnyTagClassName
{
color: #AD96BD;
}
</style>
background-color css
<style>
a { background-color: #AD96BD; }
a { background-color: rgb(173,150,189); }
div.DivClassName
{
background-color: #AD96BD;
}
.BgClassName
{
background-color: #AD96BD;
}
</style>
border-color css
<style>
span { border-color: #AD96BD; }
span { border-color: rgb(173,150,189); }
td.TdClassName
{
border-color: #AD96BD;
}
.TagClassName
{
border-color: #AD96BD;
}
</style>