Shades of East Side #AB7DCD
Tints of East Side #AB7DCD
RGB
CMYK
RGB Variations
Color information
#AB7DCD (or 0xAB7DCD) is known color: East Side. HEX triplet: AB, 7D and CD. RGB value is (171,125,205). Sum of RGB (Red+Green+Blue) = 171+125+205=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DCD is #548232. Grayscale: #939393. Windows color (decimal): -5538355 or 13467051. OLE color: 13467051.
HSL color Cylindrical-coordinate representation of color #AB7DCD: hue angle of 274.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB7DCD is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 125 | 205 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.20 |
| HSL | 274.5º | 0.44% | 0.65% | - |
| HSV(B) | 274.5º | 0.39% | 0.8% | - |
| XYZ | 35.15 | 27.73 | 61.26 | - |
| YUV | 147.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 205 | 0.17 | 0.39 | 0 | 0.20 | 274.5 | 0.44 | 0.65 |
| Hex | AB | 7D | CD | 11 | 27 | 0 | 14 | 112 | 2C | 41 |
| Octal | 253 | 175 | 315 | 21 | 47 | 0 | 24 | 422 | 54 | 101 |
| Binary | 10101011 | 1111101 | 11001101 | 10001 | 100111 | 0 | 10100 | 100010010 | 101100 | 1000001 |
Color Harmonies of #AB7DCD
Complementary color
Monochromatic Colors of #AB7DCD
Black with #AB7DCD
Text Example
Text Example
White with #AB7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DCD; }
p { color: rgb(171,125,205); }
H1.HeaderClassName
{
color: #AB7DCD;
}
.AnyTagClassName
{
color: #AB7DCD;
}
</style>
background-color css
<style>
a { background-color: #AB7DCD; }
a { background-color: rgb(171,125,205); }
div.DivClassName
{
background-color: #AB7DCD;
}
.BgClassName
{
background-color: #AB7DCD;
}
</style>
border-color css
<style>
span { border-color: #AB7DCD; }
span { border-color: rgb(171,125,205); }
td.TdClassName
{
border-color: #AB7DCD;
}
.TagClassName
{
border-color: #AB7DCD;
}
</style>