Shades of Dark Orchid #A842D1
Tints of Dark Orchid #A842D1
RGB
CMYK
RGB Variations
Color information
#A842D1 (or 0xA842D1) is known color: Dark Orchid. HEX triplet: A8, 42 and D1. RGB value is (168,66,209). Sum of RGB (Red+Green+Blue) = 168+66+209=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #A842D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842D1 is #57BD2E. Grayscale: #707070. Windows color (decimal): -5750063 or 13714088. OLE color: 13714088.
HSL color Cylindrical-coordinate representation of color #A842D1: hue angle of 282.8º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A842D1 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 66 | 209 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.18 |
| HSL | 282.8º | 0.61% | 0.54% | - |
| HSV(B) | 282.8º | 0.68% | 0.82% | - |
| XYZ | 29.61 | 16.82 | 62.01 | - |
| YUV | 112.8 | 182.29 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 209 | 0.20 | 0.68 | 0 | 0.18 | 282.8 | 0.61 | 0.54 |
| Hex | A8 | 42 | D1 | 14 | 44 | 0 | 12 | 11B | 3D | 36 |
| Octal | 250 | 102 | 321 | 24 | 104 | 0 | 22 | 433 | 75 | 66 |
| Binary | 10101000 | 1000010 | 11010001 | 10100 | 1000100 | 0 | 10010 | 100011011 | 111101 | 110110 |
Color Harmonies of #A842D1
Complementary color
Monochromatic Colors of #A842D1
Black with #A842D1
Text Example
Text Example
White with #A842D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842D1; }
p { color: rgb(168,66,209); }
H1.HeaderClassName
{
color: #A842D1;
}
.AnyTagClassName
{
color: #A842D1;
}
</style>
background-color css
<style>
a { background-color: #A842D1; }
a { background-color: rgb(168,66,209); }
div.DivClassName
{
background-color: #A842D1;
}
.BgClassName
{
background-color: #A842D1;
}
</style>
border-color css
<style>
span { border-color: #A842D1; }
span { border-color: rgb(168,66,209); }
td.TdClassName
{
border-color: #A842D1;
}
.TagClassName
{
border-color: #A842D1;
}
</style>