Shades of East Side #AD7FBA
Tints of East Side #AD7FBA
RGB
CMYK
RGB Variations
Color information
#AD7FBA (or 0xAD7FBA) is known color: East Side. HEX triplet: AD, 7F and BA. RGB value is (173,127,186). Sum of RGB (Red+Green+Blue) = 173+127+186=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FBA is #528045. Grayscale: #939393. Windows color (decimal): -5406790 or 12222381. OLE color: 12222381.
HSL color Cylindrical-coordinate representation of color #AD7FBA: hue angle of 286.78º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7FBA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 127 | 186 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.27 |
| HSL | 286.78º | 0.3% | 0.61% | - |
| HSV(B) | 286.78º | 0.32% | 0.73% | - |
| XYZ | 33.69 | 27.61 | 50.01 | - |
| YUV | 147.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 186 | 0.07 | 0.32 | 0 | 0.27 | 286.78 | 0.3 | 0.61 |
| Hex | AD | 7F | BA | 7 | 20 | 0 | 1B | 11F | 1E | 3D |
| Octal | 255 | 177 | 272 | 7 | 40 | 0 | 33 | 437 | 36 | 75 |
| Binary | 10101101 | 1111111 | 10111010 | 111 | 100000 | 0 | 11011 | 100011111 | 11110 | 111101 |
Color Harmonies of #AD7FBA
Complementary color
Monochromatic Colors of #AD7FBA
Black with #AD7FBA
Text Example
Text Example
White with #AD7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FBA; }
p { color: rgb(173,127,186); }
H1.HeaderClassName
{
color: #AD7FBA;
}
.AnyTagClassName
{
color: #AD7FBA;
}
</style>
background-color css
<style>
a { background-color: #AD7FBA; }
a { background-color: rgb(173,127,186); }
div.DivClassName
{
background-color: #AD7FBA;
}
.BgClassName
{
background-color: #AD7FBA;
}
</style>
border-color css
<style>
span { border-color: #AD7FBA; }
span { border-color: rgb(173,127,186); }
td.TdClassName
{
border-color: #AD7FBA;
}
.TagClassName
{
border-color: #AD7FBA;
}
</style>