Shades of Dark Orchid #A420DF
Tints of Dark Orchid #A420DF
RGB
CMYK
RGB Variations
Color information
#A420DF (or 0xA420DF) is known color: Dark Orchid. HEX triplet: A4, 20 and DF. RGB value is (164,32,223). Sum of RGB (Red+Green+Blue) = 164+32+223=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #A420DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420DF is #5BDF20. Grayscale: #5C5C5C. Windows color (decimal): -6020897 or 14622884. OLE color: 14622884.
HSL color Cylindrical-coordinate representation of color #A420DF: hue angle of 281.47º degrees, saturation: 0.75, 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 #A420DF is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 32 | 223 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.13 |
| HSL | 281.47º | 0.75% | 0.5% | - |
| HSV(B) | 281.47º | 0.86% | 0.87% | - |
| XYZ | 29.15 | 14.25 | 71.03 | - |
| YUV | 93.24 | 201.23 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 223 | 0.26 | 0.86 | 0 | 0.13 | 281.47 | 0.75 | 0.5 |
| Hex | A4 | 20 | DF | 1A | 56 | 0 | D | 119 | 4B | 32 |
| Octal | 244 | 40 | 337 | 32 | 126 | 0 | 15 | 431 | 113 | 62 |
| Binary | 10100100 | 100000 | 11011111 | 11010 | 1010110 | 0 | 1101 | 100011001 | 1001011 | 110010 |
Color Harmonies of #A420DF
Complementary color
Monochromatic Colors of #A420DF
Black with #A420DF
Text Example
Text Example
White with #A420DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A420DF; }
p { color: rgb(164,32,223); }
H1.HeaderClassName
{
color: #A420DF;
}
.AnyTagClassName
{
color: #A420DF;
}
</style>
background-color css
<style>
a { background-color: #A420DF; }
a { background-color: rgb(164,32,223); }
div.DivClassName
{
background-color: #A420DF;
}
.BgClassName
{
background-color: #A420DF;
}
</style>
border-color css
<style>
span { border-color: #A420DF; }
span { border-color: rgb(164,32,223); }
td.TdClassName
{
border-color: #A420DF;
}
.TagClassName
{
border-color: #A420DF;
}
</style>