Shades of East Side #AB7AC2
Tints of East Side #AB7AC2
RGB
CMYK
RGB Variations
Color information
#AB7AC2 (or 0xAB7AC2) is known color: East Side. HEX triplet: AB, 7A and C2. RGB value is (171,122,194). Sum of RGB (Red+Green+Blue) = 171+122+194=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB7AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AC2 is #54853D. Grayscale: #909090. Windows color (decimal): -5539134 or 12745387. OLE color: 12745387.
HSL color Cylindrical-coordinate representation of color #AB7AC2: hue angle of 280.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB7AC2 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 122 | 194 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.24 |
| HSL | 280.83º | 0.37% | 0.62% | - |
| HSV(B) | 280.83º | 0.37% | 0.76% | - |
| XYZ | 33.49 | 26.47 | 54.38 | - |
| YUV | 144.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 194 | 0.12 | 0.37 | 0 | 0.24 | 280.83 | 0.37 | 0.62 |
| Hex | AB | 7A | C2 | C | 25 | 0 | 18 | 119 | 25 | 3E |
| Octal | 253 | 172 | 302 | 14 | 45 | 0 | 30 | 431 | 45 | 76 |
| Binary | 10101011 | 1111010 | 11000010 | 1100 | 100101 | 0 | 11000 | 100011001 | 100101 | 111110 |
Color Harmonies of #AB7AC2
Complementary color
Monochromatic Colors of #AB7AC2
Black with #AB7AC2
Text Example
Text Example
White with #AB7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7AC2; }
p { color: rgb(171,122,194); }
H1.HeaderClassName
{
color: #AB7AC2;
}
.AnyTagClassName
{
color: #AB7AC2;
}
</style>
background-color css
<style>
a { background-color: #AB7AC2; }
a { background-color: rgb(171,122,194); }
div.DivClassName
{
background-color: #AB7AC2;
}
.BgClassName
{
background-color: #AB7AC2;
}
</style>
border-color css
<style>
span { border-color: #AB7AC2; }
span { border-color: rgb(171,122,194); }
td.TdClassName
{
border-color: #AB7AC2;
}
.TagClassName
{
border-color: #AB7AC2;
}
</style>