Shades of Dark Orchid #A423DF
Tints of Dark Orchid #A423DF
RGB
CMYK
RGB Variations
Color information
#A423DF (or 0xA423DF) is known color: Dark Orchid. HEX triplet: A4, 23 and DF. RGB value is (164,35,223). Sum of RGB (Red+Green+Blue) = 164+35+223=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #A423DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423DF is #5BDC20. Grayscale: #5E5E5E. Windows color (decimal): -6020129 or 14623652. OLE color: 14623652.
HSL color Cylindrical-coordinate representation of color #A423DF: hue angle of 281.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A423DF is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 35 | 223 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.13 |
| HSL | 281.17º | 0.75% | 0.51% | - |
| HSV(B) | 281.17º | 0.84% | 0.87% | - |
| XYZ | 29.23 | 14.42 | 71.06 | - |
| YUV | 95 | 200.24 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 223 | 0.26 | 0.84 | 0 | 0.13 | 281.17 | 0.75 | 0.51 |
| Hex | A4 | 23 | DF | 1A | 54 | 0 | D | 119 | 4B | 33 |
| Octal | 244 | 43 | 337 | 32 | 124 | 0 | 15 | 431 | 113 | 63 |
| Binary | 10100100 | 100011 | 11011111 | 11010 | 1010100 | 0 | 1101 | 100011001 | 1001011 | 110011 |
Color Harmonies of #A423DF
Complementary color
Monochromatic Colors of #A423DF
Black with #A423DF
Text Example
Text Example
White with #A423DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A423DF; }
p { color: rgb(164,35,223); }
H1.HeaderClassName
{
color: #A423DF;
}
.AnyTagClassName
{
color: #A423DF;
}
</style>
background-color css
<style>
a { background-color: #A423DF; }
a { background-color: rgb(164,35,223); }
div.DivClassName
{
background-color: #A423DF;
}
.BgClassName
{
background-color: #A423DF;
}
</style>
border-color css
<style>
span { border-color: #A423DF; }
span { border-color: rgb(164,35,223); }
td.TdClassName
{
border-color: #A423DF;
}
.TagClassName
{
border-color: #A423DF;
}
</style>