Shades of Dark Orchid #A420CD
Tints of Dark Orchid #A420CD
RGB
CMYK
RGB Variations
Color information
#A420CD (or 0xA420CD) is known color: Dark Orchid. HEX triplet: A4, 20 and CD. RGB value is (164,32,205). Sum of RGB (Red+Green+Blue) = 164+32+205=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #A420CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420CD is #5BDF32. Grayscale: #5A5A5A. Windows color (decimal): -6020915 or 13443236. OLE color: 13443236.
HSL color Cylindrical-coordinate representation of color #A420CD: hue angle of 285.78º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A420CD is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 32 | 205 | - |
| CMYK | 0.2 | 0.84 | 0 | 0.20 |
| HSL | 285.78º | 0.73% | 0.46% | - |
| HSV(B) | 285.78º | 0.84% | 0.8% | - |
| XYZ | 26.85 | 13.33 | 58.92 | - |
| YUV | 91.19 | 192.23 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 32 | 205 | 0.2 | 0.84 | 0 | 0.20 | 285.78 | 0.73 | 0.46 |
| Hex | A4 | 20 | CD | 14 | 54 | 0 | 14 | 11E | 49 | 2E |
| Octal | 244 | 40 | 315 | 24 | 124 | 0 | 24 | 436 | 111 | 56 |
| Binary | 10100100 | 100000 | 11001101 | 10100 | 1010100 | 0 | 10100 | 100011110 | 1001001 | 101110 |
Color Harmonies of #A420CD
Complementary color
Monochromatic Colors of #A420CD
Black with #A420CD
Text Example
Text Example
White with #A420CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A420CD; }
p { color: rgb(164,32,205); }
H1.HeaderClassName
{
color: #A420CD;
}
.AnyTagClassName
{
color: #A420CD;
}
</style>
background-color css
<style>
a { background-color: #A420CD; }
a { background-color: rgb(164,32,205); }
div.DivClassName
{
background-color: #A420CD;
}
.BgClassName
{
background-color: #A420CD;
}
</style>
border-color css
<style>
span { border-color: #A420CD; }
span { border-color: rgb(164,32,205); }
td.TdClassName
{
border-color: #A420CD;
}
.TagClassName
{
border-color: #A420CD;
}
</style>