Shades of East Side #AD7FCB
Tints of East Side #AD7FCB
RGB
CMYK
RGB Variations
Color information
#AD7FCB (or 0xAD7FCB) is known color: East Side. HEX triplet: AD, 7F and CB. RGB value is (173,127,203). Sum of RGB (Red+Green+Blue) = 173+127+203=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FCB is #528034. Grayscale: #959595. Windows color (decimal): -5406773 or 13336493. OLE color: 13336493.
HSL color Cylindrical-coordinate representation of color #AD7FCB: hue angle of 276.32º 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 #AD7FCB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 127 | 203 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.20 |
| HSL | 276.32º | 0.42% | 0.65% | - |
| HSV(B) | 276.32º | 0.37% | 0.8% | - |
| XYZ | 35.6 | 28.37 | 60.1 | - |
| YUV | 149.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 203 | 0.15 | 0.37 | 0 | 0.20 | 276.32 | 0.42 | 0.65 |
| Hex | AD | 7F | CB | F | 25 | 0 | 14 | 114 | 2A | 41 |
| Octal | 255 | 177 | 313 | 17 | 45 | 0 | 24 | 424 | 52 | 101 |
| Binary | 10101101 | 1111111 | 11001011 | 1111 | 100101 | 0 | 10100 | 100010100 | 101010 | 1000001 |
Color Harmonies of #AD7FCB
Complementary color
Monochromatic Colors of #AD7FCB
Black with #AD7FCB
Text Example
Text Example
White with #AD7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FCB; }
p { color: rgb(173,127,203); }
H1.HeaderClassName
{
color: #AD7FCB;
}
.AnyTagClassName
{
color: #AD7FCB;
}
</style>
background-color css
<style>
a { background-color: #AD7FCB; }
a { background-color: rgb(173,127,203); }
div.DivClassName
{
background-color: #AD7FCB;
}
.BgClassName
{
background-color: #AD7FCB;
}
</style>
border-color css
<style>
span { border-color: #AD7FCB; }
span { border-color: rgb(173,127,203); }
td.TdClassName
{
border-color: #AD7FCB;
}
.TagClassName
{
border-color: #AD7FCB;
}
</style>