Shades of Dark Orchid #A42AD6
Tints of Dark Orchid #A42AD6
RGB
CMYK
RGB Variations
Color information
#A42AD6 (or 0xA42AD6) is known color: Dark Orchid. HEX triplet: A4, 2A and D6. RGB value is (164,42,214). Sum of RGB (Red+Green+Blue) = 164+42+214=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #A42AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42AD6 is #5BD529. Grayscale: #616161. Windows color (decimal): -6018346 or 14035620. OLE color: 14035620.
HSL color Cylindrical-coordinate representation of color #A42AD6: hue angle of 282.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42AD6 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 42 | 214 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.16 |
| HSL | 282.56º | 0.68% | 0.5% | - |
| HSV(B) | 282.56º | 0.8% | 0.84% | - |
| XYZ | 28.28 | 14.4 | 64.91 | - |
| YUV | 98.09 | 193.42 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 214 | 0.23 | 0.80 | 0 | 0.16 | 282.56 | 0.68 | 0.5 |
| Hex | A4 | 2A | D6 | 17 | 50 | 0 | 10 | 11B | 44 | 32 |
| Octal | 244 | 52 | 326 | 27 | 120 | 0 | 20 | 433 | 104 | 62 |
| Binary | 10100100 | 101010 | 11010110 | 10111 | 1010000 | 0 | 10000 | 100011011 | 1000100 | 110010 |
Color Harmonies of #A42AD6
Complementary color
Monochromatic Colors of #A42AD6
Black with #A42AD6
Text Example
Text Example
White with #A42AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42AD6; }
p { color: rgb(164,42,214); }
H1.HeaderClassName
{
color: #A42AD6;
}
.AnyTagClassName
{
color: #A42AD6;
}
</style>
background-color css
<style>
a { background-color: #A42AD6; }
a { background-color: rgb(164,42,214); }
div.DivClassName
{
background-color: #A42AD6;
}
.BgClassName
{
background-color: #A42AD6;
}
</style>
border-color css
<style>
span { border-color: #A42AD6; }
span { border-color: rgb(164,42,214); }
td.TdClassName
{
border-color: #A42AD6;
}
.TagClassName
{
border-color: #A42AD6;
}
</style>