Shades of Dark Orchid #A423DE
Tints of Dark Orchid #A423DE
RGB
CMYK
RGB Variations
Color information
#A423DE (or 0xA423DE) is known color: Dark Orchid. HEX triplet: A4, 23 and DE. RGB value is (164,35,222). Sum of RGB (Red+Green+Blue) = 164+35+222=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #A423DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423DE is #5BDC21. Grayscale: #5E5E5E. Windows color (decimal): -6020130 or 14558116. OLE color: 14558116.
HSL color Cylindrical-coordinate representation of color #A423DE: hue angle of 281.39º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A423DE is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 35 | 222 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.13 |
| HSL | 281.39º | 0.74% | 0.5% | - |
| HSV(B) | 281.39º | 0.84% | 0.87% | - |
| XYZ | 29.1 | 14.37 | 70.35 | - |
| YUV | 94.89 | 199.74 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 222 | 0.26 | 0.84 | 0 | 0.13 | 281.39 | 0.74 | 0.5 |
| Hex | A4 | 23 | DE | 1A | 54 | 0 | D | 119 | 4A | 32 |
| Octal | 244 | 43 | 336 | 32 | 124 | 0 | 15 | 431 | 112 | 62 |
| Binary | 10100100 | 100011 | 11011110 | 11010 | 1010100 | 0 | 1101 | 100011001 | 1001010 | 110010 |
Color Harmonies of #A423DE
Complementary color
Monochromatic Colors of #A423DE
Black with #A423DE
Text Example
Text Example
White with #A423DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A423DE; }
p { color: rgb(164,35,222); }
H1.HeaderClassName
{
color: #A423DE;
}
.AnyTagClassName
{
color: #A423DE;
}
</style>
background-color css
<style>
a { background-color: #A423DE; }
a { background-color: rgb(164,35,222); }
div.DivClassName
{
background-color: #A423DE;
}
.BgClassName
{
background-color: #A423DE;
}
</style>
border-color css
<style>
span { border-color: #A423DE; }
span { border-color: rgb(164,35,222); }
td.TdClassName
{
border-color: #A423DE;
}
.TagClassName
{
border-color: #A423DE;
}
</style>