Shades of Dark Orchid #A42DB6
Tints of Dark Orchid #A42DB6
RGB
CMYK
RGB Variations
Color information
#A42DB6 (or 0xA42DB6) is known color: Dark Orchid. HEX triplet: A4, 2D and B6. RGB value is (164,45,182). Sum of RGB (Red+Green+Blue) = 164+45+182=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #A42DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DB6 is #5BD249. Grayscale: #5F5F5F. Windows color (decimal): -6017610 or 11939236. OLE color: 11939236.
HSL color Cylindrical-coordinate representation of color #A42DB6: hue angle of 292.12º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42DB6 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 45 | 182 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.29 |
| HSL | 292.12º | 0.6% | 0.45% | - |
| HSV(B) | 292.12º | 0.75% | 0.71% | - |
| XYZ | 24.69 | 13.15 | 45.49 | - |
| YUV | 96.2 | 176.42 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 182 | 0.10 | 0.75 | 0 | 0.29 | 292.12 | 0.6 | 0.45 |
| Hex | A4 | 2D | B6 | A | 4B | 0 | 1D | 124 | 3C | 2D |
| Octal | 244 | 55 | 266 | 12 | 113 | 0 | 35 | 444 | 74 | 55 |
| Binary | 10100100 | 101101 | 10110110 | 1010 | 1001011 | 0 | 11101 | 100100100 | 111100 | 101101 |
Color Harmonies of #A42DB6
Complementary color
Monochromatic Colors of #A42DB6
Black with #A42DB6
Text Example
Text Example
White with #A42DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DB6; }
p { color: rgb(164,45,182); }
H1.HeaderClassName
{
color: #A42DB6;
}
.AnyTagClassName
{
color: #A42DB6;
}
</style>
background-color css
<style>
a { background-color: #A42DB6; }
a { background-color: rgb(164,45,182); }
div.DivClassName
{
background-color: #A42DB6;
}
.BgClassName
{
background-color: #A42DB6;
}
</style>
border-color css
<style>
span { border-color: #A42DB6; }
span { border-color: rgb(164,45,182); }
td.TdClassName
{
border-color: #A42DB6;
}
.TagClassName
{
border-color: #A42DB6;
}
</style>