Shades of Dark Orchid #A421C0
Tints of Dark Orchid #A421C0
RGB
CMYK
RGB Variations
Color information
#A421C0 (or 0xA421C0) is known color: Dark Orchid. HEX triplet: A4, 21 and C0. RGB value is (164,33,192). Sum of RGB (Red+Green+Blue) = 164+33+192=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #A421C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421C0 is #5BDE3F. Grayscale: #595959. Windows color (decimal): -6020672 or 12591524. OLE color: 12591524.
HSL color Cylindrical-coordinate representation of color #A421C0: hue angle of 289.43º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A421C0 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 33 | 192 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.25 |
| HSL | 289.43º | 0.71% | 0.44% | - |
| HSV(B) | 289.43º | 0.83% | 0.75% | - |
| XYZ | 25.37 | 12.79 | 51 | - |
| YUV | 90.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 192 | 0.15 | 0.83 | 0 | 0.25 | 289.43 | 0.71 | 0.44 |
| Hex | A4 | 21 | C0 | F | 53 | 0 | 19 | 121 | 47 | 2C |
| Octal | 244 | 41 | 300 | 17 | 123 | 0 | 31 | 441 | 107 | 54 |
| Binary | 10100100 | 100001 | 11000000 | 1111 | 1010011 | 0 | 11001 | 100100001 | 1000111 | 101100 |
Color Harmonies of #A421C0
Complementary color
Monochromatic Colors of #A421C0
Black with #A421C0
Text Example
Text Example
White with #A421C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A421C0; }
p { color: rgb(164,33,192); }
H1.HeaderClassName
{
color: #A421C0;
}
.AnyTagClassName
{
color: #A421C0;
}
</style>
background-color css
<style>
a { background-color: #A421C0; }
a { background-color: rgb(164,33,192); }
div.DivClassName
{
background-color: #A421C0;
}
.BgClassName
{
background-color: #A421C0;
}
</style>
border-color css
<style>
span { border-color: #A421C0; }
span { border-color: rgb(164,33,192); }
td.TdClassName
{
border-color: #A421C0;
}
.TagClassName
{
border-color: #A421C0;
}
</style>