Shades of Dark Orchid #A21FDF
Tints of Dark Orchid #A21FDF
RGB
CMYK
RGB Variations
Color information
#A21FDF (or 0xA21FDF) is known color: Dark Orchid. HEX triplet: A2, 1F and DF. RGB value is (162,31,223). Sum of RGB (Red+Green+Blue) = 162+31+223=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #A21FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FDF is #5DE020. Grayscale: #5B5B5B. Windows color (decimal): -6152225 or 14622626. OLE color: 14622626.
HSL color Cylindrical-coordinate representation of color #A21FDF: hue angle of 280.94º 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 #A21FDF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 31 | 223 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.13 |
| HSL | 280.94º | 0.76% | 0.5% | - |
| HSV(B) | 280.94º | 0.86% | 0.87% | - |
| XYZ | 28.71 | 13.99 | 71 | - |
| YUV | 92.06 | 201.9 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 223 | 0.27 | 0.86 | 0 | 0.13 | 280.94 | 0.76 | 0.5 |
| Hex | A2 | 1F | DF | 1B | 56 | 0 | D | 119 | 4C | 32 |
| Octal | 242 | 37 | 337 | 33 | 126 | 0 | 15 | 431 | 114 | 62 |
| Binary | 10100010 | 11111 | 11011111 | 11011 | 1010110 | 0 | 1101 | 100011001 | 1001100 | 110010 |
Color Harmonies of #A21FDF
Complementary color
Monochromatic Colors of #A21FDF
Black with #A21FDF
Text Example
Text Example
White with #A21FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FDF; }
p { color: rgb(162,31,223); }
H1.HeaderClassName
{
color: #A21FDF;
}
.AnyTagClassName
{
color: #A21FDF;
}
</style>
background-color css
<style>
a { background-color: #A21FDF; }
a { background-color: rgb(162,31,223); }
div.DivClassName
{
background-color: #A21FDF;
}
.BgClassName
{
background-color: #A21FDF;
}
</style>
border-color css
<style>
span { border-color: #A21FDF; }
span { border-color: rgb(162,31,223); }
td.TdClassName
{
border-color: #A21FDF;
}
.TagClassName
{
border-color: #A21FDF;
}
</style>