Shades of East Side #AB75C5
Tints of East Side #AB75C5
RGB
CMYK
RGB Variations
Color information
#AB75C5 (or 0xAB75C5) is known color: East Side. HEX triplet: AB, 75 and C5. RGB value is (171,117,197). Sum of RGB (Red+Green+Blue) = 171+117+197=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB75C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75C5 is #548A3A. Grayscale: #8E8E8E. Windows color (decimal): -5540411 or 12940715. OLE color: 12940715.
HSL color Cylindrical-coordinate representation of color #AB75C5: hue angle of 280.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB75C5 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 117 | 197 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.23 |
| HSL | 280.5º | 0.41% | 0.62% | - |
| HSV(B) | 280.5º | 0.41% | 0.77% | - |
| XYZ | 33.23 | 25.41 | 55.98 | - |
| YUV | 142.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 197 | 0.13 | 0.41 | 0 | 0.23 | 280.5 | 0.41 | 0.62 |
| Hex | AB | 75 | C5 | D | 29 | 0 | 17 | 118 | 29 | 3E |
| Octal | 253 | 165 | 305 | 15 | 51 | 0 | 27 | 430 | 51 | 76 |
| Binary | 10101011 | 1110101 | 11000101 | 1101 | 101001 | 0 | 10111 | 100011000 | 101001 | 111110 |
Color Harmonies of #AB75C5
Complementary color
Monochromatic Colors of #AB75C5
Black with #AB75C5
Text Example
Text Example
White with #AB75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB75C5; }
p { color: rgb(171,117,197); }
H1.HeaderClassName
{
color: #AB75C5;
}
.AnyTagClassName
{
color: #AB75C5;
}
</style>
background-color css
<style>
a { background-color: #AB75C5; }
a { background-color: rgb(171,117,197); }
div.DivClassName
{
background-color: #AB75C5;
}
.BgClassName
{
background-color: #AB75C5;
}
</style>
border-color css
<style>
span { border-color: #AB75C5; }
span { border-color: rgb(171,117,197); }
td.TdClassName
{
border-color: #AB75C5;
}
.TagClassName
{
border-color: #AB75C5;
}
</style>