Shades of Dark Orchid #AB34DD
Tints of Dark Orchid #AB34DD
RGB
CMYK
RGB Variations
Color information
#AB34DD (or 0xAB34DD) is known color: Dark Orchid. HEX triplet: AB, 34 and DD. RGB value is (171,52,221). Sum of RGB (Red+Green+Blue) = 171+52+221=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB34DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34DD is #54CB22. Grayscale: #6A6A6A. Windows color (decimal): -5557027 or 14496939. OLE color: 14496939.
HSL color Cylindrical-coordinate representation of color #AB34DD: hue angle of 282.25º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB34DD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 52 | 221 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.13 |
| HSL | 282.25º | 0.71% | 0.54% | - |
| HSV(B) | 282.25º | 0.76% | 0.87% | - |
| XYZ | 31.07 | 16.33 | 69.92 | - |
| YUV | 106.85 | 192.42 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 221 | 0.23 | 0.76 | 0 | 0.13 | 282.25 | 0.71 | 0.54 |
| Hex | AB | 34 | DD | 17 | 4C | 0 | D | 11A | 47 | 36 |
| Octal | 253 | 64 | 335 | 27 | 114 | 0 | 15 | 432 | 107 | 66 |
| Binary | 10101011 | 110100 | 11011101 | 10111 | 1001100 | 0 | 1101 | 100011010 | 1000111 | 110110 |
Color Harmonies of #AB34DD
Complementary color
Monochromatic Colors of #AB34DD
Black with #AB34DD
Text Example
Text Example
White with #AB34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB34DD; }
p { color: rgb(171,52,221); }
H1.HeaderClassName
{
color: #AB34DD;
}
.AnyTagClassName
{
color: #AB34DD;
}
</style>
background-color css
<style>
a { background-color: #AB34DD; }
a { background-color: rgb(171,52,221); }
div.DivClassName
{
background-color: #AB34DD;
}
.BgClassName
{
background-color: #AB34DD;
}
</style>
border-color css
<style>
span { border-color: #AB34DD; }
span { border-color: rgb(171,52,221); }
td.TdClassName
{
border-color: #AB34DD;
}
.TagClassName
{
border-color: #AB34DD;
}
</style>