Shades of Medium Orchid #AB53CB
Tints of Medium Orchid #AB53CB
RGB
CMYK
RGB Variations
Color information
#AB53CB (or 0xAB53CB) is known color: Medium Orchid. HEX triplet: AB, 53 and CB. RGB value is (171,83,203). Sum of RGB (Red+Green+Blue) = 171+83+203=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB53CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53CB is #54AC34. Grayscale: #7A7A7A. Windows color (decimal): -5549109 or 13325227. OLE color: 13325227.
HSL color Cylindrical-coordinate representation of color #AB53CB: hue angle of 284º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB53CB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 83 | 203 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.20 |
| HSL | 284º | 0.54% | 0.56% | - |
| HSV(B) | 284º | 0.59% | 0.8% | - |
| XYZ | 30.67 | 19.16 | 58.58 | - |
| YUV | 122.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 203 | 0.16 | 0.59 | 0 | 0.20 | 284 | 0.54 | 0.56 |
| Hex | AB | 53 | CB | 10 | 3B | 0 | 14 | 11C | 36 | 38 |
| Octal | 253 | 123 | 313 | 20 | 73 | 0 | 24 | 434 | 66 | 70 |
| Binary | 10101011 | 1010011 | 11001011 | 10000 | 111011 | 0 | 10100 | 100011100 | 110110 | 111000 |
Color Harmonies of #AB53CB
Complementary color
Monochromatic Colors of #AB53CB
Black with #AB53CB
Text Example
Text Example
White with #AB53CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53CB; }
p { color: rgb(171,83,203); }
H1.HeaderClassName
{
color: #AB53CB;
}
.AnyTagClassName
{
color: #AB53CB;
}
</style>
background-color css
<style>
a { background-color: #AB53CB; }
a { background-color: rgb(171,83,203); }
div.DivClassName
{
background-color: #AB53CB;
}
.BgClassName
{
background-color: #AB53CB;
}
</style>
border-color css
<style>
span { border-color: #AB53CB; }
span { border-color: rgb(171,83,203); }
td.TdClassName
{
border-color: #AB53CB;
}
.TagClassName
{
border-color: #AB53CB;
}
</style>