Shades of Dark Orchid #A422DF
Tints of Dark Orchid #A422DF
RGB
CMYK
RGB Variations
Color information
#A422DF (or 0xA422DF) is known color: Dark Orchid. HEX triplet: A4, 22 and DF. RGB value is (164,34,223). Sum of RGB (Red+Green+Blue) = 164+34+223=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #A422DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A422DF is #5BDD20. Grayscale: #5D5D5D. Windows color (decimal): -6020385 or 14623396. OLE color: 14623396.
HSL color Cylindrical-coordinate representation of color #A422DF: hue angle of 281.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A422DF is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 34 | 223 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.13 |
| HSL | 281.27º | 0.75% | 0.5% | - |
| HSV(B) | 281.27º | 0.85% | 0.87% | - |
| XYZ | 29.2 | 14.36 | 71.05 | - |
| YUV | 94.42 | 200.57 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 223 | 0.26 | 0.85 | 0 | 0.13 | 281.27 | 0.75 | 0.5 |
| Hex | A4 | 22 | DF | 1A | 55 | 0 | D | 119 | 4B | 32 |
| Octal | 244 | 42 | 337 | 32 | 125 | 0 | 15 | 431 | 113 | 62 |
| Binary | 10100100 | 100010 | 11011111 | 11010 | 1010101 | 0 | 1101 | 100011001 | 1001011 | 110010 |
Color Harmonies of #A422DF
Complementary color
Monochromatic Colors of #A422DF
Black with #A422DF
Text Example
Text Example
White with #A422DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A422DF; }
p { color: rgb(164,34,223); }
H1.HeaderClassName
{
color: #A422DF;
}
.AnyTagClassName
{
color: #A422DF;
}
</style>
background-color css
<style>
a { background-color: #A422DF; }
a { background-color: rgb(164,34,223); }
div.DivClassName
{
background-color: #A422DF;
}
.BgClassName
{
background-color: #A422DF;
}
</style>
border-color css
<style>
span { border-color: #A422DF; }
span { border-color: rgb(164,34,223); }
td.TdClassName
{
border-color: #A422DF;
}
.TagClassName
{
border-color: #A422DF;
}
</style>