Shades of Dark Orchid #A421D5
Tints of Dark Orchid #A421D5
RGB
CMYK
RGB Variations
Color information
#A421D5 (or 0xA421D5) is known color: Dark Orchid. HEX triplet: A4, 21 and D5. RGB value is (164,33,213). Sum of RGB (Red+Green+Blue) = 164+33+213=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #A421D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421D5 is #5BDE2A. Grayscale: #5C5C5C. Windows color (decimal): -6020651 or 13967780. OLE color: 13967780.
HSL color Cylindrical-coordinate representation of color #A421D5: hue angle of 283.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A421D5 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 33 | 213 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.16 |
| HSL | 283.67º | 0.73% | 0.48% | - |
| HSV(B) | 283.67º | 0.85% | 0.84% | - |
| XYZ | 27.86 | 13.78 | 64.14 | - |
| YUV | 92.69 | 195.9 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 213 | 0.23 | 0.85 | 0 | 0.16 | 283.67 | 0.73 | 0.48 |
| Hex | A4 | 21 | D5 | 17 | 55 | 0 | 10 | 11C | 49 | 30 |
| Octal | 244 | 41 | 325 | 27 | 125 | 0 | 20 | 434 | 111 | 60 |
| Binary | 10100100 | 100001 | 11010101 | 10111 | 1010101 | 0 | 10000 | 100011100 | 1001001 | 110000 |
Color Harmonies of #A421D5
Complementary color
Monochromatic Colors of #A421D5
Black with #A421D5
Text Example
Text Example
White with #A421D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421D5; }
p { color: rgb(164,33,213); }
H1.HeaderClassName
{
color: #A421D5;
}
.AnyTagClassName
{
color: #A421D5;
}
</style>
background-color css
<style>
a { background-color: #A421D5; }
a { background-color: rgb(164,33,213); }
div.DivClassName
{
background-color: #A421D5;
}
.BgClassName
{
background-color: #A421D5;
}
</style>
border-color css
<style>
span { border-color: #A421D5; }
span { border-color: rgb(164,33,213); }
td.TdClassName
{
border-color: #A421D5;
}
.TagClassName
{
border-color: #A421D5;
}
</style>