Shades of East Side #AD7FCF
Tints of East Side #AD7FCF
RGB
CMYK
RGB Variations
Color information
#AD7FCF (or 0xAD7FCF) is known color: East Side. HEX triplet: AD, 7F and CF. RGB value is (173,127,207). Sum of RGB (Red+Green+Blue) = 173+127+207=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD7FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FCF is #528030. Grayscale: #959595. Windows color (decimal): -5406769 or 13598637. OLE color: 13598637.
HSL color Cylindrical-coordinate representation of color #AD7FCF: hue angle of 274.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD7FCF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 127 | 207 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.19 |
| HSL | 274.5º | 0.45% | 0.65% | - |
| HSV(B) | 274.5º | 0.39% | 0.81% | - |
| XYZ | 36.09 | 28.57 | 62.64 | - |
| YUV | 149.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 207 | 0.16 | 0.39 | 0 | 0.19 | 274.5 | 0.45 | 0.65 |
| Hex | AD | 7F | CF | 10 | 27 | 0 | 13 | 112 | 2D | 41 |
| Octal | 255 | 177 | 317 | 20 | 47 | 0 | 23 | 422 | 55 | 101 |
| Binary | 10101101 | 1111111 | 11001111 | 10000 | 100111 | 0 | 10011 | 100010010 | 101101 | 1000001 |
Color Harmonies of #AD7FCF
Complementary color
Monochromatic Colors of #AD7FCF
Black with #AD7FCF
Text Example
Text Example
White with #AD7FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FCF; }
p { color: rgb(173,127,207); }
H1.HeaderClassName
{
color: #AD7FCF;
}
.AnyTagClassName
{
color: #AD7FCF;
}
</style>
background-color css
<style>
a { background-color: #AD7FCF; }
a { background-color: rgb(173,127,207); }
div.DivClassName
{
background-color: #AD7FCF;
}
.BgClassName
{
background-color: #AD7FCF;
}
</style>
border-color css
<style>
span { border-color: #AD7FCF; }
span { border-color: rgb(173,127,207); }
td.TdClassName
{
border-color: #AD7FCF;
}
.TagClassName
{
border-color: #AD7FCF;
}
</style>