Shades of Dark Orchid #A842DC
Tints of Dark Orchid #A842DC
RGB
CMYK
RGB Variations
Color information
#A842DC (or 0xA842DC) is known color: Dark Orchid. HEX triplet: A8, 42 and DC. RGB value is (168,66,220). Sum of RGB (Red+Green+Blue) = 168+66+220=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #A842DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842DC is #57BD23. Grayscale: #717171. Windows color (decimal): -5750052 or 14434984. OLE color: 14434984.
HSL color Cylindrical-coordinate representation of color #A842DC: hue angle of 279.74º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A842DC is Cyan = 0.24, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 66 | 220 | - |
| CMYK | 0.24 | 0.7 | 0 | 0.14 |
| HSL | 279.74º | 0.69% | 0.56% | - |
| HSV(B) | 279.74º | 0.7% | 0.86% | - |
| XYZ | 31.01 | 17.39 | 69.43 | - |
| YUV | 114.05 | 187.79 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 220 | 0.24 | 0.7 | 0 | 0.14 | 279.74 | 0.69 | 0.56 |
| Hex | A8 | 42 | DC | 18 | 46 | 0 | E | 118 | 45 | 38 |
| Octal | 250 | 102 | 334 | 30 | 106 | 0 | 16 | 430 | 105 | 70 |
| Binary | 10101000 | 1000010 | 11011100 | 11000 | 1000110 | 0 | 1110 | 100011000 | 1000101 | 111000 |
Color Harmonies of #A842DC
Complementary color
Monochromatic Colors of #A842DC
Black with #A842DC
Text Example
Text Example
White with #A842DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842DC; }
p { color: rgb(168,66,220); }
H1.HeaderClassName
{
color: #A842DC;
}
.AnyTagClassName
{
color: #A842DC;
}
</style>
background-color css
<style>
a { background-color: #A842DC; }
a { background-color: rgb(168,66,220); }
div.DivClassName
{
background-color: #A842DC;
}
.BgClassName
{
background-color: #A842DC;
}
</style>
border-color css
<style>
span { border-color: #A842DC; }
span { border-color: rgb(168,66,220); }
td.TdClassName
{
border-color: #A842DC;
}
.TagClassName
{
border-color: #A842DC;
}
</style>