Shades of Dark Orchid #A423D5
Tints of Dark Orchid #A423D5
RGB
CMYK
RGB Variations
Color information
#A423D5 (or 0xA423D5) is known color: Dark Orchid. HEX triplet: A4, 23 and D5. RGB value is (164,35,213). Sum of RGB (Red+Green+Blue) = 164+35+213=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #A423D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423D5 is #5BDC2A. Grayscale: #5D5D5D. Windows color (decimal): -6020139 or 13968292. OLE color: 13968292.
HSL color Cylindrical-coordinate representation of color #A423D5: hue angle of 283.48º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A423D5 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 35 | 213 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.16 |
| HSL | 283.48º | 0.72% | 0.49% | - |
| HSV(B) | 283.48º | 0.84% | 0.84% | - |
| XYZ | 27.92 | 13.9 | 64.16 | - |
| YUV | 93.86 | 195.24 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 213 | 0.23 | 0.84 | 0 | 0.16 | 283.48 | 0.72 | 0.49 |
| Hex | A4 | 23 | D5 | 17 | 54 | 0 | 10 | 11B | 48 | 31 |
| Octal | 244 | 43 | 325 | 27 | 124 | 0 | 20 | 433 | 110 | 61 |
| Binary | 10100100 | 100011 | 11010101 | 10111 | 1010100 | 0 | 10000 | 100011011 | 1001000 | 110001 |
Color Harmonies of #A423D5
Complementary color
Monochromatic Colors of #A423D5
Black with #A423D5
Text Example
Text Example
White with #A423D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A423D5; }
p { color: rgb(164,35,213); }
H1.HeaderClassName
{
color: #A423D5;
}
.AnyTagClassName
{
color: #A423D5;
}
</style>
background-color css
<style>
a { background-color: #A423D5; }
a { background-color: rgb(164,35,213); }
div.DivClassName
{
background-color: #A423D5;
}
.BgClassName
{
background-color: #A423D5;
}
</style>
border-color css
<style>
span { border-color: #A423D5; }
span { border-color: rgb(164,35,213); }
td.TdClassName
{
border-color: #A423D5;
}
.TagClassName
{
border-color: #A423D5;
}
</style>