Shades of Dark Orchid #A21CDD
Tints of Dark Orchid #A21CDD
RGB
CMYK
RGB Variations
Color information
#A21CDD (or 0xA21CDD) is known color: Dark Orchid. HEX triplet: A2, 1C and DD. RGB value is (162,28,221). Sum of RGB (Red+Green+Blue) = 162+28+221=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #A21CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CDD is #5DE322. Grayscale: #595959. Windows color (decimal): -6152995 or 14490786. OLE color: 14490786.
HSL color Cylindrical-coordinate representation of color #A21CDD: hue angle of 281.66º 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 #A21CDD is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 28 | 221 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.13 |
| HSL | 281.66º | 0.78% | 0.49% | - |
| HSV(B) | 281.66º | 0.87% | 0.87% | - |
| XYZ | 28.37 | 13.73 | 69.56 | - |
| YUV | 90.07 | 201.89 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 221 | 0.27 | 0.87 | 0 | 0.13 | 281.66 | 0.78 | 0.49 |
| Hex | A2 | 1C | DD | 1B | 57 | 0 | D | 11A | 4E | 31 |
| Octal | 242 | 34 | 335 | 33 | 127 | 0 | 15 | 432 | 116 | 61 |
| Binary | 10100010 | 11100 | 11011101 | 11011 | 1010111 | 0 | 1101 | 100011010 | 1001110 | 110001 |
Color Harmonies of #A21CDD
Complementary color
Monochromatic Colors of #A21CDD
Black with #A21CDD
Text Example
Text Example
White with #A21CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CDD; }
p { color: rgb(162,28,221); }
H1.HeaderClassName
{
color: #A21CDD;
}
.AnyTagClassName
{
color: #A21CDD;
}
</style>
background-color css
<style>
a { background-color: #A21CDD; }
a { background-color: rgb(162,28,221); }
div.DivClassName
{
background-color: #A21CDD;
}
.BgClassName
{
background-color: #A21CDD;
}
</style>
border-color css
<style>
span { border-color: #A21CDD; }
span { border-color: rgb(162,28,221); }
td.TdClassName
{
border-color: #A21CDD;
}
.TagClassName
{
border-color: #A21CDD;
}
</style>