Shades of Dark Orchid #AA1FDB
Tints of Dark Orchid #AA1FDB
RGB
CMYK
RGB Variations
Color information
#AA1FDB (or 0xAA1FDB) is known color: Dark Orchid. HEX triplet: AA, 1F and DB. RGB value is (170,31,219). Sum of RGB (Red+Green+Blue) = 170+31+219=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA1FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FDB is #55E024. Grayscale: #5D5D5D. Windows color (decimal): -5627941 or 14360490. OLE color: 14360490.
HSL color Cylindrical-coordinate representation of color #AA1FDB: hue angle of 284.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1FDB is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 31 | 219 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.14 |
| HSL | 284.36º | 0.75% | 0.49% | - |
| HSV(B) | 284.36º | 0.86% | 0.86% | - |
| XYZ | 29.85 | 14.64 | 68.27 | - |
| YUV | 93.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 219 | 0.22 | 0.86 | 0 | 0.14 | 284.36 | 0.75 | 0.49 |
| Hex | AA | 1F | DB | 16 | 56 | 0 | E | 11C | 4B | 31 |
| Octal | 252 | 37 | 333 | 26 | 126 | 0 | 16 | 434 | 113 | 61 |
| Binary | 10101010 | 11111 | 11011011 | 10110 | 1010110 | 0 | 1110 | 100011100 | 1001011 | 110001 |
Color Harmonies of #AA1FDB
Complementary color
Monochromatic Colors of #AA1FDB
Black with #AA1FDB
Text Example
Text Example
White with #AA1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1FDB; }
p { color: rgb(170,31,219); }
H1.HeaderClassName
{
color: #AA1FDB;
}
.AnyTagClassName
{
color: #AA1FDB;
}
</style>
background-color css
<style>
a { background-color: #AA1FDB; }
a { background-color: rgb(170,31,219); }
div.DivClassName
{
background-color: #AA1FDB;
}
.BgClassName
{
background-color: #AA1FDB;
}
</style>
border-color css
<style>
span { border-color: #AA1FDB; }
span { border-color: rgb(170,31,219); }
td.TdClassName
{
border-color: #AA1FDB;
}
.TagClassName
{
border-color: #AA1FDB;
}
</style>