Shades of East Side #AD99C1
Tints of East Side #AD99C1
RGB
CMYK
RGB Variations
Color information
#AD99C1 (or 0xAD99C1) is known color: East Side. HEX triplet: AD, 99 and C1. RGB value is (173,153,193). Sum of RGB (Red+Green+Blue) = 173+153+193=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99C1 is #52663E. Grayscale: #A3A3A3. Windows color (decimal): -5400127 or 12687789. OLE color: 12687789.
HSL color Cylindrical-coordinate representation of color #AD99C1: hue angle of 270º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD99C1 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 153 | 193 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.24 |
| HSL | 270º | 0.24% | 0.68% | - |
| HSV(B) | 270º | 0.21% | 0.76% | - |
| XYZ | 38.25 | 35.52 | 55.29 | - |
| YUV | 163.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 193 | 0.10 | 0.21 | 0 | 0.24 | 270 | 0.24 | 0.68 |
| Hex | AD | 99 | C1 | A | 15 | 0 | 18 | 10E | 18 | 44 |
| Octal | 255 | 231 | 301 | 12 | 25 | 0 | 30 | 416 | 30 | 104 |
| Binary | 10101101 | 10011001 | 11000001 | 1010 | 10101 | 0 | 11000 | 100001110 | 11000 | 1000100 |
Color Harmonies of #AD99C1
Complementary color
Monochromatic Colors of #AD99C1
Black with #AD99C1
Text Example
Text Example
White with #AD99C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99C1; }
p { color: rgb(173,153,193); }
H1.HeaderClassName
{
color: #AD99C1;
}
.AnyTagClassName
{
color: #AD99C1;
}
</style>
background-color css
<style>
a { background-color: #AD99C1; }
a { background-color: rgb(173,153,193); }
div.DivClassName
{
background-color: #AD99C1;
}
.BgClassName
{
background-color: #AD99C1;
}
</style>
border-color css
<style>
span { border-color: #AD99C1; }
span { border-color: rgb(173,153,193); }
td.TdClassName
{
border-color: #AD99C1;
}
.TagClassName
{
border-color: #AD99C1;
}
</style>