Shades of Dark Orchid #AB2BDD
Tints of Dark Orchid #AB2BDD
RGB
CMYK
RGB Variations
Color information
#AB2BDD (or 0xAB2BDD) is known color: Dark Orchid. HEX triplet: AB, 2B and DD. RGB value is (171,43,221). Sum of RGB (Red+Green+Blue) = 171+43+221=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB2BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BDD is #54D422. Grayscale: #646464. Windows color (decimal): -5559331 or 14494635. OLE color: 14494635.
HSL color Cylindrical-coordinate representation of color #AB2BDD: hue angle of 283.15º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2BDD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 43 | 221 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.13 |
| HSL | 283.15º | 0.72% | 0.52% | - |
| HSV(B) | 283.15º | 0.81% | 0.87% | - |
| XYZ | 30.71 | 15.61 | 69.8 | - |
| YUV | 101.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 221 | 0.23 | 0.81 | 0 | 0.13 | 283.15 | 0.72 | 0.52 |
| Hex | AB | 2B | DD | 17 | 51 | 0 | D | 11B | 48 | 34 |
| Octal | 253 | 53 | 335 | 27 | 121 | 0 | 15 | 433 | 110 | 64 |
| Binary | 10101011 | 101011 | 11011101 | 10111 | 1010001 | 0 | 1101 | 100011011 | 1001000 | 110100 |
Color Harmonies of #AB2BDD
Complementary color
Monochromatic Colors of #AB2BDD
Black with #AB2BDD
Text Example
Text Example
White with #AB2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BDD; }
p { color: rgb(171,43,221); }
H1.HeaderClassName
{
color: #AB2BDD;
}
.AnyTagClassName
{
color: #AB2BDD;
}
</style>
background-color css
<style>
a { background-color: #AB2BDD; }
a { background-color: rgb(171,43,221); }
div.DivClassName
{
background-color: #AB2BDD;
}
.BgClassName
{
background-color: #AB2BDD;
}
</style>
border-color css
<style>
span { border-color: #AB2BDD; }
span { border-color: rgb(171,43,221); }
td.TdClassName
{
border-color: #AB2BDD;
}
.TagClassName
{
border-color: #AB2BDD;
}
</style>