Shades of Medium Orchid #AB61CE
Tints of Medium Orchid #AB61CE
RGB
CMYK
RGB Variations
Color information
#AB61CE (or 0xAB61CE) is known color: Medium Orchid. HEX triplet: AB, 61 and CE. RGB value is (171,97,206). Sum of RGB (Red+Green+Blue) = 171+97+206=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB61CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61CE is #549E31. Grayscale: #838383. Windows color (decimal): -5545522 or 13525419. OLE color: 13525419.
HSL color Cylindrical-coordinate representation of color #AB61CE: hue angle of 280.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB61CE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 97 | 206 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.19 |
| HSL | 280.73º | 0.53% | 0.59% | - |
| HSV(B) | 280.73º | 0.53% | 0.81% | - |
| XYZ | 32.21 | 21.66 | 60.88 | - |
| YUV | 131.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 206 | 0.17 | 0.53 | 0 | 0.19 | 280.73 | 0.53 | 0.59 |
| Hex | AB | 61 | CE | 11 | 35 | 0 | 13 | 119 | 35 | 3B |
| Octal | 253 | 141 | 316 | 21 | 65 | 0 | 23 | 431 | 65 | 73 |
| Binary | 10101011 | 1100001 | 11001110 | 10001 | 110101 | 0 | 10011 | 100011001 | 110101 | 111011 |
Color Harmonies of #AB61CE
Complementary color
Monochromatic Colors of #AB61CE
Black with #AB61CE
Text Example
Text Example
White with #AB61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61CE; }
p { color: rgb(171,97,206); }
H1.HeaderClassName
{
color: #AB61CE;
}
.AnyTagClassName
{
color: #AB61CE;
}
</style>
background-color css
<style>
a { background-color: #AB61CE; }
a { background-color: rgb(171,97,206); }
div.DivClassName
{
background-color: #AB61CE;
}
.BgClassName
{
background-color: #AB61CE;
}
</style>
border-color css
<style>
span { border-color: #AB61CE; }
span { border-color: rgb(171,97,206); }
td.TdClassName
{
border-color: #AB61CE;
}
.TagClassName
{
border-color: #AB61CE;
}
</style>