Shades of Dark Orchid #AB33DF
Tints of Dark Orchid #AB33DF
RGB
CMYK
RGB Variations
Color information
#AB33DF (or 0xAB33DF) is known color: Dark Orchid. HEX triplet: AB, 33 and DF. RGB value is (171,51,223). Sum of RGB (Red+Green+Blue) = 171+51+223=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB33DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33DF is #54CC20. Grayscale: #696969. Windows color (decimal): -5557281 or 14627755. OLE color: 14627755.
HSL color Cylindrical-coordinate representation of color #AB33DF: hue angle of 281.86º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB33DF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 51 | 223 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.13 |
| HSL | 281.86º | 0.73% | 0.54% | - |
| HSV(B) | 281.86º | 0.77% | 0.87% | - |
| XYZ | 31.3 | 16.35 | 71.32 | - |
| YUV | 106.49 | 193.76 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 223 | 0.23 | 0.77 | 0 | 0.13 | 281.86 | 0.73 | 0.54 |
| Hex | AB | 33 | DF | 17 | 4D | 0 | D | 11A | 49 | 36 |
| Octal | 253 | 63 | 337 | 27 | 115 | 0 | 15 | 432 | 111 | 66 |
| Binary | 10101011 | 110011 | 11011111 | 10111 | 1001101 | 0 | 1101 | 100011010 | 1001001 | 110110 |
Color Harmonies of #AB33DF
Complementary color
Monochromatic Colors of #AB33DF
Black with #AB33DF
Text Example
Text Example
White with #AB33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB33DF; }
p { color: rgb(171,51,223); }
H1.HeaderClassName
{
color: #AB33DF;
}
.AnyTagClassName
{
color: #AB33DF;
}
</style>
background-color css
<style>
a { background-color: #AB33DF; }
a { background-color: rgb(171,51,223); }
div.DivClassName
{
background-color: #AB33DF;
}
.BgClassName
{
background-color: #AB33DF;
}
</style>
border-color css
<style>
span { border-color: #AB33DF; }
span { border-color: rgb(171,51,223); }
td.TdClassName
{
border-color: #AB33DF;
}
.TagClassName
{
border-color: #AB33DF;
}
</style>