Shades of Medium Orchid #AB44CE
Tints of Medium Orchid #AB44CE
RGB
CMYK
RGB Variations
Color information
#AB44CE (or 0xAB44CE) is known color: Medium Orchid. HEX triplet: AB, 44 and CE. RGB value is (171,68,206). Sum of RGB (Red+Green+Blue) = 171+68+206=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB44CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44CE is #54BB31. Grayscale: #727272. Windows color (decimal): -5552946 or 13517995. OLE color: 13517995.
HSL color Cylindrical-coordinate representation of color #AB44CE: hue angle of 284.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB44CE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 68 | 206 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.19 |
| HSL | 284.78º | 0.58% | 0.54% | - |
| HSV(B) | 284.78º | 0.67% | 0.81% | - |
| XYZ | 30 | 17.25 | 60.14 | - |
| YUV | 114.53 | 179.62 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 206 | 0.17 | 0.67 | 0 | 0.19 | 284.78 | 0.58 | 0.54 |
| Hex | AB | 44 | CE | 11 | 43 | 0 | 13 | 11D | 3A | 36 |
| Octal | 253 | 104 | 316 | 21 | 103 | 0 | 23 | 435 | 72 | 66 |
| Binary | 10101011 | 1000100 | 11001110 | 10001 | 1000011 | 0 | 10011 | 100011101 | 111010 | 110110 |
Color Harmonies of #AB44CE
Complementary color
Monochromatic Colors of #AB44CE
Black with #AB44CE
Text Example
Text Example
White with #AB44CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB44CE; }
p { color: rgb(171,68,206); }
H1.HeaderClassName
{
color: #AB44CE;
}
.AnyTagClassName
{
color: #AB44CE;
}
</style>
background-color css
<style>
a { background-color: #AB44CE; }
a { background-color: rgb(171,68,206); }
div.DivClassName
{
background-color: #AB44CE;
}
.BgClassName
{
background-color: #AB44CE;
}
</style>
border-color css
<style>
span { border-color: #AB44CE; }
span { border-color: rgb(171,68,206); }
td.TdClassName
{
border-color: #AB44CE;
}
.TagClassName
{
border-color: #AB44CE;
}
</style>