Shades of Medium Orchid #AB46DD
Tints of Medium Orchid #AB46DD
RGB
CMYK
RGB Variations
Color information
#AB46DD (or 0xAB46DD) is known color: Medium Orchid. HEX triplet: AB, 46 and DD. RGB value is (171,70,221). Sum of RGB (Red+Green+Blue) = 171+70+221=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46DD is #54B922. Grayscale: #747474. Windows color (decimal): -5552419 or 14501547. OLE color: 14501547.
HSL color Cylindrical-coordinate representation of color #AB46DD: hue angle of 280.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB46DD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 70 | 221 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.13 |
| HSL | 280.13º | 0.69% | 0.57% | - |
| HSV(B) | 280.13º | 0.68% | 0.87% | - |
| XYZ | 32.04 | 18.26 | 70.24 | - |
| YUV | 117.41 | 186.46 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 221 | 0.23 | 0.68 | 0 | 0.13 | 280.13 | 0.69 | 0.57 |
| Hex | AB | 46 | DD | 17 | 44 | 0 | D | 118 | 45 | 39 |
| Octal | 253 | 106 | 335 | 27 | 104 | 0 | 15 | 430 | 105 | 71 |
| Binary | 10101011 | 1000110 | 11011101 | 10111 | 1000100 | 0 | 1101 | 100011000 | 1000101 | 111001 |
Color Harmonies of #AB46DD
Complementary color
Monochromatic Colors of #AB46DD
Black with #AB46DD
Text Example
Text Example
White with #AB46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB46DD; }
p { color: rgb(171,70,221); }
H1.HeaderClassName
{
color: #AB46DD;
}
.AnyTagClassName
{
color: #AB46DD;
}
</style>
background-color css
<style>
a { background-color: #AB46DD; }
a { background-color: rgb(171,70,221); }
div.DivClassName
{
background-color: #AB46DD;
}
.BgClassName
{
background-color: #AB46DD;
}
</style>
border-color css
<style>
span { border-color: #AB46DD; }
span { border-color: rgb(171,70,221); }
td.TdClassName
{
border-color: #AB46DD;
}
.TagClassName
{
border-color: #AB46DD;
}
</style>