Shades of Dark Orchid #A21DDA
Tints of Dark Orchid #A21DDA
RGB
CMYK
RGB Variations
Color information
#A21DDA (or 0xA21DDA) is known color: Dark Orchid. HEX triplet: A2, 1D and DA. RGB value is (162,29,218). Sum of RGB (Red+Green+Blue) = 162+29+218=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #A21DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DDA is #5DE225. Grayscale: #595959. Windows color (decimal): -6152742 or 14294434. OLE color: 14294434.
HSL color Cylindrical-coordinate representation of color #A21DDA: hue angle of 282.22º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21DDA is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 29 | 218 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.15 |
| HSL | 282.22º | 0.77% | 0.48% | - |
| HSV(B) | 282.22º | 0.87% | 0.85% | - |
| XYZ | 27.99 | 13.62 | 67.48 | - |
| YUV | 90.31 | 200.06 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 218 | 0.26 | 0.87 | 0 | 0.15 | 282.22 | 0.77 | 0.48 |
| Hex | A2 | 1D | DA | 1A | 57 | 0 | F | 11A | 4D | 30 |
| Octal | 242 | 35 | 332 | 32 | 127 | 0 | 17 | 432 | 115 | 60 |
| Binary | 10100010 | 11101 | 11011010 | 11010 | 1010111 | 0 | 1111 | 100011010 | 1001101 | 110000 |
Color Harmonies of #A21DDA
Complementary color
Monochromatic Colors of #A21DDA
Black with #A21DDA
Text Example
Text Example
White with #A21DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21DDA; }
p { color: rgb(162,29,218); }
H1.HeaderClassName
{
color: #A21DDA;
}
.AnyTagClassName
{
color: #A21DDA;
}
</style>
background-color css
<style>
a { background-color: #A21DDA; }
a { background-color: rgb(162,29,218); }
div.DivClassName
{
background-color: #A21DDA;
}
.BgClassName
{
background-color: #A21DDA;
}
</style>
border-color css
<style>
span { border-color: #A21DDA; }
span { border-color: rgb(162,29,218); }
td.TdClassName
{
border-color: #A21DDA;
}
.TagClassName
{
border-color: #A21DDA;
}
</style>