Shades of East Side #AD80CB
Tints of East Side #AD80CB
RGB
CMYK
RGB Variations
Color information
#AD80CB (or 0xAD80CB) is known color: East Side. HEX triplet: AD, 80 and CB. RGB value is (173,128,203). Sum of RGB (Red+Green+Blue) = 173+128+203=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80CB is #527F34. Grayscale: #959595. Windows color (decimal): -5406517 or 13336749. OLE color: 13336749.
HSL color Cylindrical-coordinate representation of color #AD80CB: hue angle of 276º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD80CB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 128 | 203 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.20 |
| HSL | 276º | 0.42% | 0.65% | - |
| HSV(B) | 276º | 0.37% | 0.8% | - |
| XYZ | 35.73 | 28.63 | 60.14 | - |
| YUV | 150.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 203 | 0.15 | 0.37 | 0 | 0.20 | 276 | 0.42 | 0.65 |
| Hex | AD | 80 | CB | F | 25 | 0 | 14 | 114 | 2A | 41 |
| Octal | 255 | 200 | 313 | 17 | 45 | 0 | 24 | 424 | 52 | 101 |
| Binary | 10101101 | 10000000 | 11001011 | 1111 | 100101 | 0 | 10100 | 100010100 | 101010 | 1000001 |
Color Harmonies of #AD80CB
Complementary color
Monochromatic Colors of #AD80CB
Black with #AD80CB
Text Example
Text Example
White with #AD80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80CB; }
p { color: rgb(173,128,203); }
H1.HeaderClassName
{
color: #AD80CB;
}
.AnyTagClassName
{
color: #AD80CB;
}
</style>
background-color css
<style>
a { background-color: #AD80CB; }
a { background-color: rgb(173,128,203); }
div.DivClassName
{
background-color: #AD80CB;
}
.BgClassName
{
background-color: #AD80CB;
}
</style>
border-color css
<style>
span { border-color: #AD80CB; }
span { border-color: rgb(173,128,203); }
td.TdClassName
{
border-color: #AD80CB;
}
.TagClassName
{
border-color: #AD80CB;
}
</style>