Shades of East Side #AB7AB7
Tints of East Side #AB7AB7
RGB
CMYK
RGB Variations
Color information
#AB7AB7 (or 0xAB7AB7) is known color: East Side. HEX triplet: AB, 7A and B7. RGB value is (171,122,183). Sum of RGB (Red+Green+Blue) = 171+122+183=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB7AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AB7 is #548548. Grayscale: #8F8F8F. Windows color (decimal): -5539145 or 12024491. OLE color: 12024491.
HSL color Cylindrical-coordinate representation of color #AB7AB7: hue angle of 288.2º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7AB7 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 122 | 183 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.28 |
| HSL | 288.2º | 0.3% | 0.6% | - |
| HSV(B) | 288.2º | 0.33% | 0.72% | - |
| XYZ | 32.3 | 26 | 48.11 | - |
| YUV | 143.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 183 | 0.07 | 0.33 | 0 | 0.28 | 288.2 | 0.3 | 0.6 |
| Hex | AB | 7A | B7 | 7 | 21 | 0 | 1C | 120 | 1E | 3C |
| Octal | 253 | 172 | 267 | 7 | 41 | 0 | 34 | 440 | 36 | 74 |
| Binary | 10101011 | 1111010 | 10110111 | 111 | 100001 | 0 | 11100 | 100100000 | 11110 | 111100 |
Color Harmonies of #AB7AB7
Complementary color
Monochromatic Colors of #AB7AB7
Black with #AB7AB7
Text Example
Text Example
White with #AB7AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7AB7; }
p { color: rgb(171,122,183); }
H1.HeaderClassName
{
color: #AB7AB7;
}
.AnyTagClassName
{
color: #AB7AB7;
}
</style>
background-color css
<style>
a { background-color: #AB7AB7; }
a { background-color: rgb(171,122,183); }
div.DivClassName
{
background-color: #AB7AB7;
}
.BgClassName
{
background-color: #AB7AB7;
}
</style>
border-color css
<style>
span { border-color: #AB7AB7; }
span { border-color: rgb(171,122,183); }
td.TdClassName
{
border-color: #AB7AB7;
}
.TagClassName
{
border-color: #AB7AB7;
}
</style>