Shades of Dark Orchid #AB33D4
Tints of Dark Orchid #AB33D4
RGB
CMYK
RGB Variations
Color information
#AB33D4 (or 0xAB33D4) is known color: Dark Orchid. HEX triplet: AB, 33 and D4. RGB value is (171,51,212). Sum of RGB (Red+Green+Blue) = 171+51+212=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB33D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33D4 is #54CC2B. Grayscale: #686868. Windows color (decimal): -5557292 or 13906859. OLE color: 13906859.
HSL color Cylindrical-coordinate representation of color #AB33D4: hue angle of 284.72º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB33D4 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 51 | 212 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.17 |
| HSL | 284.72º | 0.65% | 0.52% | - |
| HSV(B) | 284.72º | 0.76% | 0.83% | - |
| XYZ | 29.86 | 15.78 | 63.76 | - |
| YUV | 105.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 212 | 0.19 | 0.76 | 0 | 0.17 | 284.72 | 0.65 | 0.52 |
| Hex | AB | 33 | D4 | 13 | 4C | 0 | 11 | 11D | 41 | 34 |
| Octal | 253 | 63 | 324 | 23 | 114 | 0 | 21 | 435 | 101 | 64 |
| Binary | 10101011 | 110011 | 11010100 | 10011 | 1001100 | 0 | 10001 | 100011101 | 1000001 | 110100 |
Color Harmonies of #AB33D4
Complementary color
Monochromatic Colors of #AB33D4
Black with #AB33D4
Text Example
Text Example
White with #AB33D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB33D4; }
p { color: rgb(171,51,212); }
H1.HeaderClassName
{
color: #AB33D4;
}
.AnyTagClassName
{
color: #AB33D4;
}
</style>
background-color css
<style>
a { background-color: #AB33D4; }
a { background-color: rgb(171,51,212); }
div.DivClassName
{
background-color: #AB33D4;
}
.BgClassName
{
background-color: #AB33D4;
}
</style>
border-color css
<style>
span { border-color: #AB33D4; }
span { border-color: rgb(171,51,212); }
td.TdClassName
{
border-color: #AB33D4;
}
.TagClassName
{
border-color: #AB33D4;
}
</style>