Shades of Dark Orchid #A420D2
Tints of Dark Orchid #A420D2
RGB
CMYK
RGB Variations
Color information
#A420D2 (or 0xA420D2) is known color: Dark Orchid. HEX triplet: A4, 20 and D2. RGB value is (164,32,210). Sum of RGB (Red+Green+Blue) = 164+32+210=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #A420D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420D2 is #5BDF2D. Grayscale: #5B5B5B. Windows color (decimal): -6020910 or 13770916. OLE color: 13770916.
HSL color Cylindrical-coordinate representation of color #A420D2: hue angle of 284.49º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A420D2 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 32 | 210 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.18 |
| HSL | 284.49º | 0.74% | 0.47% | - |
| HSV(B) | 284.49º | 0.85% | 0.82% | - |
| XYZ | 27.46 | 13.58 | 62.15 | - |
| YUV | 91.76 | 194.73 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 210 | 0.22 | 0.85 | 0 | 0.18 | 284.49 | 0.74 | 0.47 |
| Hex | A4 | 20 | D2 | 16 | 55 | 0 | 12 | 11C | 4A | 2F |
| Octal | 244 | 40 | 322 | 26 | 125 | 0 | 22 | 434 | 112 | 57 |
| Binary | 10100100 | 100000 | 11010010 | 10110 | 1010101 | 0 | 10010 | 100011100 | 1001010 | 101111 |
Color Harmonies of #A420D2
Complementary color
Monochromatic Colors of #A420D2
Black with #A420D2
Text Example
Text Example
White with #A420D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A420D2; }
p { color: rgb(164,32,210); }
H1.HeaderClassName
{
color: #A420D2;
}
.AnyTagClassName
{
color: #A420D2;
}
</style>
background-color css
<style>
a { background-color: #A420D2; }
a { background-color: rgb(164,32,210); }
div.DivClassName
{
background-color: #A420D2;
}
.BgClassName
{
background-color: #A420D2;
}
</style>
border-color css
<style>
span { border-color: #A420D2; }
span { border-color: rgb(164,32,210); }
td.TdClassName
{
border-color: #A420D2;
}
.TagClassName
{
border-color: #A420D2;
}
</style>