Shades of East Side #AB82CB
Tints of East Side #AB82CB
RGB
CMYK
RGB Variations
Color information
#AB82CB (or 0xAB82CB) is known color: East Side. HEX triplet: AB, 82 and CB. RGB value is (171,130,203). Sum of RGB (Red+Green+Blue) = 171+130+203=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB82CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82CB is #547D34. Grayscale: #969696. Windows color (decimal): -5537077 or 13337259. OLE color: 13337259.
HSL color Cylindrical-coordinate representation of color #AB82CB: hue angle of 273.7º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB82CB is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 130 | 203 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.20 |
| HSL | 273.7º | 0.41% | 0.65% | - |
| HSV(B) | 273.7º | 0.36% | 0.8% | - |
| XYZ | 35.56 | 28.93 | 60.21 | - |
| YUV | 150.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 203 | 0.16 | 0.36 | 0 | 0.20 | 273.7 | 0.41 | 0.65 |
| Hex | AB | 82 | CB | 10 | 24 | 0 | 14 | 112 | 29 | 41 |
| Octal | 253 | 202 | 313 | 20 | 44 | 0 | 24 | 422 | 51 | 101 |
| Binary | 10101011 | 10000010 | 11001011 | 10000 | 100100 | 0 | 10100 | 100010010 | 101001 | 1000001 |
Color Harmonies of #AB82CB
Complementary color
Monochromatic Colors of #AB82CB
Black with #AB82CB
Text Example
Text Example
White with #AB82CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB82CB; }
p { color: rgb(171,130,203); }
H1.HeaderClassName
{
color: #AB82CB;
}
.AnyTagClassName
{
color: #AB82CB;
}
</style>
background-color css
<style>
a { background-color: #AB82CB; }
a { background-color: rgb(171,130,203); }
div.DivClassName
{
background-color: #AB82CB;
}
.BgClassName
{
background-color: #AB82CB;
}
</style>
border-color css
<style>
span { border-color: #AB82CB; }
span { border-color: rgb(171,130,203); }
td.TdClassName
{
border-color: #AB82CB;
}
.TagClassName
{
border-color: #AB82CB;
}
</style>