Shades of Medium Orchid #AB5ACE
Tints of Medium Orchid #AB5ACE
RGB
CMYK
RGB Variations
Color information
#AB5ACE (or 0xAB5ACE) is known color: Medium Orchid. HEX triplet: AB, 5A and CE. RGB value is (171,90,206). Sum of RGB (Red+Green+Blue) = 171+90+206=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ACE is #54A531. Grayscale: #7F7F7F. Windows color (decimal): -5547314 or 13523627. OLE color: 13523627.
HSL color Cylindrical-coordinate representation of color #AB5ACE: hue angle of 281.9º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB5ACE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 90 | 206 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.19 |
| HSL | 281.9º | 0.54% | 0.58% | - |
| HSV(B) | 281.9º | 0.56% | 0.81% | - |
| XYZ | 31.59 | 20.43 | 60.67 | - |
| YUV | 127.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 206 | 0.17 | 0.56 | 0 | 0.19 | 281.9 | 0.54 | 0.58 |
| Hex | AB | 5A | CE | 11 | 38 | 0 | 13 | 11A | 36 | 3A |
| Octal | 253 | 132 | 316 | 21 | 70 | 0 | 23 | 432 | 66 | 72 |
| Binary | 10101011 | 1011010 | 11001110 | 10001 | 111000 | 0 | 10011 | 100011010 | 110110 | 111010 |
Color Harmonies of #AB5ACE
Complementary color
Monochromatic Colors of #AB5ACE
Black with #AB5ACE
Text Example
Text Example
White with #AB5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5ACE; }
p { color: rgb(171,90,206); }
H1.HeaderClassName
{
color: #AB5ACE;
}
.AnyTagClassName
{
color: #AB5ACE;
}
</style>
background-color css
<style>
a { background-color: #AB5ACE; }
a { background-color: rgb(171,90,206); }
div.DivClassName
{
background-color: #AB5ACE;
}
.BgClassName
{
background-color: #AB5ACE;
}
</style>
border-color css
<style>
span { border-color: #AB5ACE; }
span { border-color: rgb(171,90,206); }
td.TdClassName
{
border-color: #AB5ACE;
}
.TagClassName
{
border-color: #AB5ACE;
}
</style>