Shades of Dark Orchid #AB33DC
Tints of Dark Orchid #AB33DC
RGB
CMYK
RGB Variations
Color information
#AB33DC (or 0xAB33DC) is known color: Dark Orchid. HEX triplet: AB, 33 and DC. RGB value is (171,51,220). Sum of RGB (Red+Green+Blue) = 171+51+220=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB33DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33DC is #54CC23. Grayscale: #696969. Windows color (decimal): -5557284 or 14431147. OLE color: 14431147.
HSL color Cylindrical-coordinate representation of color #AB33DC: hue angle of 282.6º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB33DC is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 51 | 220 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.14 |
| HSL | 282.6º | 0.71% | 0.53% | - |
| HSV(B) | 282.6º | 0.77% | 0.86% | - |
| XYZ | 30.9 | 16.19 | 69.21 | - |
| YUV | 106.15 | 192.26 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 220 | 0.22 | 0.77 | 0 | 0.14 | 282.6 | 0.71 | 0.53 |
| Hex | AB | 33 | DC | 16 | 4D | 0 | E | 11B | 47 | 35 |
| Octal | 253 | 63 | 334 | 26 | 115 | 0 | 16 | 433 | 107 | 65 |
| Binary | 10101011 | 110011 | 11011100 | 10110 | 1001101 | 0 | 1110 | 100011011 | 1000111 | 110101 |
Color Harmonies of #AB33DC
Complementary color
Monochromatic Colors of #AB33DC
Black with #AB33DC
Text Example
Text Example
White with #AB33DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB33DC; }
p { color: rgb(171,51,220); }
H1.HeaderClassName
{
color: #AB33DC;
}
.AnyTagClassName
{
color: #AB33DC;
}
</style>
background-color css
<style>
a { background-color: #AB33DC; }
a { background-color: rgb(171,51,220); }
div.DivClassName
{
background-color: #AB33DC;
}
.BgClassName
{
background-color: #AB33DC;
}
</style>
border-color css
<style>
span { border-color: #AB33DC; }
span { border-color: rgb(171,51,220); }
td.TdClassName
{
border-color: #AB33DC;
}
.TagClassName
{
border-color: #AB33DC;
}
</style>