Shades of East Side #AB82B2
Tints of East Side #AB82B2
RGB
CMYK
RGB Variations
Color information
#AB82B2 (or 0xAB82B2) is known color: East Side. HEX triplet: AB, 82 and B2. RGB value is (171,130,178). Sum of RGB (Red+Green+Blue) = 171+130+178=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB82B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB82B2 is #547D4D. Grayscale: #939393. Windows color (decimal): -5537102 or 11698859. OLE color: 11698859.
HSL color Cylindrical-coordinate representation of color #AB82B2: hue angle of 291.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB82B2 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 130 | 178 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.30 |
| HSL | 291.25º | 0.24% | 0.6% | - |
| HSV(B) | 291.25º | 0.27% | 0.7% | - |
| XYZ | 32.81 | 27.84 | 45.76 | - |
| YUV | 147.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 178 | 0.04 | 0.27 | 0 | 0.30 | 291.25 | 0.24 | 0.6 |
| Hex | AB | 82 | B2 | 4 | 1B | 0 | 1E | 123 | 18 | 3C |
| Octal | 253 | 202 | 262 | 4 | 33 | 0 | 36 | 443 | 30 | 74 |
| Binary | 10101011 | 10000010 | 10110010 | 100 | 11011 | 0 | 11110 | 100100011 | 11000 | 111100 |
Color Harmonies of #AB82B2
Complementary color
Monochromatic Colors of #AB82B2
Black with #AB82B2
Text Example
Text Example
White with #AB82B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB82B2; }
p { color: rgb(171,130,178); }
H1.HeaderClassName
{
color: #AB82B2;
}
.AnyTagClassName
{
color: #AB82B2;
}
</style>
background-color css
<style>
a { background-color: #AB82B2; }
a { background-color: rgb(171,130,178); }
div.DivClassName
{
background-color: #AB82B2;
}
.BgClassName
{
background-color: #AB82B2;
}
</style>
border-color css
<style>
span { border-color: #AB82B2; }
span { border-color: rgb(171,130,178); }
td.TdClassName
{
border-color: #AB82B2;
}
.TagClassName
{
border-color: #AB82B2;
}
</style>