Shades of Dark Orchid #AA1FDF
Tints of Dark Orchid #AA1FDF
RGB
CMYK
RGB Variations
Color information
#AA1FDF (or 0xAA1FDF) is known color: Dark Orchid. HEX triplet: AA, 1F and DF. RGB value is (170,31,223). Sum of RGB (Red+Green+Blue) = 170+31+223=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA1FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FDF is #55E020. Grayscale: #5D5D5D. Windows color (decimal): -5627937 or 14622634. OLE color: 14622634.
HSL color Cylindrical-coordinate representation of color #AA1FDF: hue angle of 283.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1FDF is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 31 | 223 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.13 |
| HSL | 283.44º | 0.76% | 0.5% | - |
| HSV(B) | 283.44º | 0.86% | 0.87% | - |
| XYZ | 30.39 | 14.85 | 71.08 | - |
| YUV | 94.45 | 200.55 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 223 | 0.24 | 0.86 | 0 | 0.13 | 283.44 | 0.76 | 0.5 |
| Hex | AA | 1F | DF | 18 | 56 | 0 | D | 11B | 4C | 32 |
| Octal | 252 | 37 | 337 | 30 | 126 | 0 | 15 | 433 | 114 | 62 |
| Binary | 10101010 | 11111 | 11011111 | 11000 | 1010110 | 0 | 1101 | 100011011 | 1001100 | 110010 |
Color Harmonies of #AA1FDF
Complementary color
Monochromatic Colors of #AA1FDF
Black with #AA1FDF
Text Example
Text Example
White with #AA1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1FDF; }
p { color: rgb(170,31,223); }
H1.HeaderClassName
{
color: #AA1FDF;
}
.AnyTagClassName
{
color: #AA1FDF;
}
</style>
background-color css
<style>
a { background-color: #AA1FDF; }
a { background-color: rgb(170,31,223); }
div.DivClassName
{
background-color: #AA1FDF;
}
.BgClassName
{
background-color: #AA1FDF;
}
</style>
border-color css
<style>
span { border-color: #AA1FDF; }
span { border-color: rgb(170,31,223); }
td.TdClassName
{
border-color: #AA1FDF;
}
.TagClassName
{
border-color: #AA1FDF;
}
</style>