Shades of East Side #AB7BBD
Tints of East Side #AB7BBD
RGB
CMYK
RGB Variations
Color information
#AB7BBD (or 0xAB7BBD) is known color: East Side. HEX triplet: AB, 7B and BD. RGB value is (171,123,189). Sum of RGB (Red+Green+Blue) = 171+123+189=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB7BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BBD is #548442. Grayscale: #909090. Windows color (decimal): -5538883 or 12417963. OLE color: 12417963.
HSL color Cylindrical-coordinate representation of color #AB7BBD: hue angle of 283.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7BBD is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 123 | 189 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.26 |
| HSL | 283.64º | 0.33% | 0.61% | - |
| HSV(B) | 283.64º | 0.35% | 0.74% | - |
| XYZ | 33.06 | 26.5 | 51.52 | - |
| YUV | 144.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 189 | 0.10 | 0.35 | 0 | 0.26 | 283.64 | 0.33 | 0.61 |
| Hex | AB | 7B | BD | A | 23 | 0 | 1A | 11C | 21 | 3D |
| Octal | 253 | 173 | 275 | 12 | 43 | 0 | 32 | 434 | 41 | 75 |
| Binary | 10101011 | 1111011 | 10111101 | 1010 | 100011 | 0 | 11010 | 100011100 | 100001 | 111101 |
Color Harmonies of #AB7BBD
Complementary color
Monochromatic Colors of #AB7BBD
Black with #AB7BBD
Text Example
Text Example
White with #AB7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BBD; }
p { color: rgb(171,123,189); }
H1.HeaderClassName
{
color: #AB7BBD;
}
.AnyTagClassName
{
color: #AB7BBD;
}
</style>
background-color css
<style>
a { background-color: #AB7BBD; }
a { background-color: rgb(171,123,189); }
div.DivClassName
{
background-color: #AB7BBD;
}
.BgClassName
{
background-color: #AB7BBD;
}
</style>
border-color css
<style>
span { border-color: #AB7BBD; }
span { border-color: rgb(171,123,189); }
td.TdClassName
{
border-color: #AB7BBD;
}
.TagClassName
{
border-color: #AB7BBD;
}
</style>