Shades of Dark Orchid #AB1BDD
Tints of Dark Orchid #AB1BDD
RGB
CMYK
RGB Variations
Color information
#AB1BDD (or 0xAB1BDD) is known color: Dark Orchid. HEX triplet: AB, 1B and DD. RGB value is (171,27,221). Sum of RGB (Red+Green+Blue) = 171+27+221=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB1BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BDD is #54E422. Grayscale: #5B5B5B. Windows color (decimal): -5563427 or 14490539. OLE color: 14490539.
HSL color Cylindrical-coordinate representation of color #AB1BDD: hue angle of 284.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1BDD is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 27 | 221 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.13 |
| HSL | 284.54º | 0.78% | 0.49% | - |
| HSV(B) | 284.54º | 0.88% | 0.87% | - |
| XYZ | 30.24 | 14.66 | 69.64 | - |
| YUV | 92.17 | 200.71 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 221 | 0.23 | 0.88 | 0 | 0.13 | 284.54 | 0.78 | 0.49 |
| Hex | AB | 1B | DD | 17 | 58 | 0 | D | 11D | 4E | 31 |
| Octal | 253 | 33 | 335 | 27 | 130 | 0 | 15 | 435 | 116 | 61 |
| Binary | 10101011 | 11011 | 11011101 | 10111 | 1011000 | 0 | 1101 | 100011101 | 1001110 | 110001 |
Color Harmonies of #AB1BDD
Complementary color
Monochromatic Colors of #AB1BDD
Black with #AB1BDD
Text Example
Text Example
White with #AB1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1BDD; }
p { color: rgb(171,27,221); }
H1.HeaderClassName
{
color: #AB1BDD;
}
.AnyTagClassName
{
color: #AB1BDD;
}
</style>
background-color css
<style>
a { background-color: #AB1BDD; }
a { background-color: rgb(171,27,221); }
div.DivClassName
{
background-color: #AB1BDD;
}
.BgClassName
{
background-color: #AB1BDD;
}
</style>
border-color css
<style>
span { border-color: #AB1BDD; }
span { border-color: rgb(171,27,221); }
td.TdClassName
{
border-color: #AB1BDD;
}
.TagClassName
{
border-color: #AB1BDD;
}
</style>