Shades of East Side #AD89CA
Tints of East Side #AD89CA
RGB
CMYK
RGB Variations
Color information
#AD89CA (or 0xAD89CA) is known color: East Side. HEX triplet: AD, 89 and CA. RGB value is (173,137,202). Sum of RGB (Red+Green+Blue) = 173+137+202=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89CA is #527635. Grayscale: #9A9A9A. Windows color (decimal): -5404214 or 13273517. OLE color: 13273517.
HSL color Cylindrical-coordinate representation of color #AD89CA: hue angle of 273.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD89CA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 137 | 202 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.21 |
| HSL | 273.23º | 0.38% | 0.66% | - |
| HSV(B) | 273.23º | 0.32% | 0.79% | - |
| XYZ | 36.84 | 31.04 | 59.93 | - |
| YUV | 155.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 202 | 0.14 | 0.32 | 0 | 0.21 | 273.23 | 0.38 | 0.66 |
| Hex | AD | 89 | CA | E | 20 | 0 | 15 | 111 | 26 | 42 |
| Octal | 255 | 211 | 312 | 16 | 40 | 0 | 25 | 421 | 46 | 102 |
| Binary | 10101101 | 10001001 | 11001010 | 1110 | 100000 | 0 | 10101 | 100010001 | 100110 | 1000010 |
Color Harmonies of #AD89CA
Complementary color
Monochromatic Colors of #AD89CA
Black with #AD89CA
Text Example
Text Example
White with #AD89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89CA; }
p { color: rgb(173,137,202); }
H1.HeaderClassName
{
color: #AD89CA;
}
.AnyTagClassName
{
color: #AD89CA;
}
</style>
background-color css
<style>
a { background-color: #AD89CA; }
a { background-color: rgb(173,137,202); }
div.DivClassName
{
background-color: #AD89CA;
}
.BgClassName
{
background-color: #AD89CA;
}
</style>
border-color css
<style>
span { border-color: #AD89CA; }
span { border-color: rgb(173,137,202); }
td.TdClassName
{
border-color: #AD89CA;
}
.TagClassName
{
border-color: #AD89CA;
}
</style>