Shades of East Side #AB7FCB
Tints of East Side #AB7FCB
RGB
CMYK
RGB Variations
Color information
#AB7FCB (or 0xAB7FCB) is known color: East Side. HEX triplet: AB, 7F and CB. RGB value is (171,127,203). Sum of RGB (Red+Green+Blue) = 171+127+203=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FCB is #548034. Grayscale: #949494. Windows color (decimal): -5537845 or 13336491. OLE color: 13336491.
HSL color Cylindrical-coordinate representation of color #AB7FCB: hue angle of 274.74º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB7FCB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 127 | 203 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.20 |
| HSL | 274.74º | 0.42% | 0.65% | - |
| HSV(B) | 274.74º | 0.37% | 0.8% | - |
| XYZ | 35.16 | 28.15 | 60.08 | - |
| YUV | 148.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 203 | 0.16 | 0.37 | 0 | 0.20 | 274.74 | 0.42 | 0.65 |
| Hex | AB | 7F | CB | 10 | 25 | 0 | 14 | 113 | 2A | 41 |
| Octal | 253 | 177 | 313 | 20 | 45 | 0 | 24 | 423 | 52 | 101 |
| Binary | 10101011 | 1111111 | 11001011 | 10000 | 100101 | 0 | 10100 | 100010011 | 101010 | 1000001 |
Color Harmonies of #AB7FCB
Complementary color
Monochromatic Colors of #AB7FCB
Black with #AB7FCB
Text Example
Text Example
White with #AB7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7FCB; }
p { color: rgb(171,127,203); }
H1.HeaderClassName
{
color: #AB7FCB;
}
.AnyTagClassName
{
color: #AB7FCB;
}
</style>
background-color css
<style>
a { background-color: #AB7FCB; }
a { background-color: rgb(171,127,203); }
div.DivClassName
{
background-color: #AB7FCB;
}
.BgClassName
{
background-color: #AB7FCB;
}
</style>
border-color css
<style>
span { border-color: #AB7FCB; }
span { border-color: rgb(171,127,203); }
td.TdClassName
{
border-color: #AB7FCB;
}
.TagClassName
{
border-color: #AB7FCB;
}
</style>