Shades of Dark Orchid #A21CDF
Tints of Dark Orchid #A21CDF
RGB
CMYK
RGB Variations
Color information
#A21CDF (or 0xA21CDF) is known color: Dark Orchid. HEX triplet: A2, 1C and DF. RGB value is (162,28,223). Sum of RGB (Red+Green+Blue) = 162+28+223=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #A21CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CDF is #5DE320. Grayscale: #595959. Windows color (decimal): -6152993 or 14621858. OLE color: 14621858.
HSL color Cylindrical-coordinate representation of color #A21CDF: hue angle of 281.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21CDF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 28 | 223 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.13 |
| HSL | 281.23º | 0.78% | 0.49% | - |
| HSV(B) | 281.23º | 0.87% | 0.87% | - |
| XYZ | 28.63 | 13.84 | 70.97 | - |
| YUV | 90.3 | 202.89 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 223 | 0.27 | 0.87 | 0 | 0.13 | 281.23 | 0.78 | 0.49 |
| Hex | A2 | 1C | DF | 1B | 57 | 0 | D | 119 | 4E | 31 |
| Octal | 242 | 34 | 337 | 33 | 127 | 0 | 15 | 431 | 116 | 61 |
| Binary | 10100010 | 11100 | 11011111 | 11011 | 1010111 | 0 | 1101 | 100011001 | 1001110 | 110001 |
Color Harmonies of #A21CDF
Complementary color
Monochromatic Colors of #A21CDF
Black with #A21CDF
Text Example
Text Example
White with #A21CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CDF; }
p { color: rgb(162,28,223); }
H1.HeaderClassName
{
color: #A21CDF;
}
.AnyTagClassName
{
color: #A21CDF;
}
</style>
background-color css
<style>
a { background-color: #A21CDF; }
a { background-color: rgb(162,28,223); }
div.DivClassName
{
background-color: #A21CDF;
}
.BgClassName
{
background-color: #A21CDF;
}
</style>
border-color css
<style>
span { border-color: #A21CDF; }
span { border-color: rgb(162,28,223); }
td.TdClassName
{
border-color: #A21CDF;
}
.TagClassName
{
border-color: #A21CDF;
}
</style>