Shades of East Side #AD89CC
Tints of East Side #AD89CC
RGB
CMYK
RGB Variations
Color information
#AD89CC (or 0xAD89CC) is known color: East Side. HEX triplet: AD, 89 and CC. RGB value is (173,137,204). Sum of RGB (Red+Green+Blue) = 173+137+204=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD89CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89CC is #527633. Grayscale: #9B9B9B. Windows color (decimal): -5404212 or 13404589. OLE color: 13404589.
HSL color Cylindrical-coordinate representation of color #AD89CC: hue angle of 272.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD89CC is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 137 | 204 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.2 |
| HSL | 272.24º | 0.4% | 0.67% | - |
| HSV(B) | 272.24º | 0.33% | 0.8% | - |
| XYZ | 37.08 | 31.14 | 61.18 | - |
| YUV | 155.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 204 | 0.15 | 0.33 | 0 | 0.2 | 272.24 | 0.4 | 0.67 |
| Hex | AD | 89 | CC | F | 21 | 0 | 14 | 110 | 28 | 43 |
| Octal | 255 | 211 | 314 | 17 | 41 | 0 | 24 | 420 | 50 | 103 |
| Binary | 10101101 | 10001001 | 11001100 | 1111 | 100001 | 0 | 10100 | 100010000 | 101000 | 1000011 |
Color Harmonies of #AD89CC
Complementary color
Monochromatic Colors of #AD89CC
Black with #AD89CC
Text Example
Text Example
White with #AD89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD89CC; }
p { color: rgb(173,137,204); }
H1.HeaderClassName
{
color: #AD89CC;
}
.AnyTagClassName
{
color: #AD89CC;
}
</style>
background-color css
<style>
a { background-color: #AD89CC; }
a { background-color: rgb(173,137,204); }
div.DivClassName
{
background-color: #AD89CC;
}
.BgClassName
{
background-color: #AD89CC;
}
</style>
border-color css
<style>
span { border-color: #AD89CC; }
span { border-color: rgb(173,137,204); }
td.TdClassName
{
border-color: #AD89CC;
}
.TagClassName
{
border-color: #AD89CC;
}
</style>