Shades of Dark Orchid #A842CF
Tints of Dark Orchid #A842CF
RGB
CMYK
RGB Variations
Color information
#A842CF (or 0xA842CF) is known color: Dark Orchid. HEX triplet: A8, 42 and CF. RGB value is (168,66,207). Sum of RGB (Red+Green+Blue) = 168+66+207=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #A842CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842CF is #57BD30. Grayscale: #707070. Windows color (decimal): -5750065 or 13583016. OLE color: 13583016.
HSL color Cylindrical-coordinate representation of color #A842CF: hue angle of 283.4º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A842CF is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 66 | 207 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.19 |
| HSL | 283.4º | 0.59% | 0.54% | - |
| HSV(B) | 283.4º | 0.68% | 0.81% | - |
| XYZ | 29.36 | 16.73 | 60.71 | - |
| YUV | 112.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 207 | 0.19 | 0.68 | 0 | 0.19 | 283.4 | 0.59 | 0.54 |
| Hex | A8 | 42 | CF | 13 | 44 | 0 | 13 | 11B | 3B | 36 |
| Octal | 250 | 102 | 317 | 23 | 104 | 0 | 23 | 433 | 73 | 66 |
| Binary | 10101000 | 1000010 | 11001111 | 10011 | 1000100 | 0 | 10011 | 100011011 | 111011 | 110110 |
Color Harmonies of #A842CF
Complementary color
Monochromatic Colors of #A842CF
Black with #A842CF
Text Example
Text Example
White with #A842CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842CF; }
p { color: rgb(168,66,207); }
H1.HeaderClassName
{
color: #A842CF;
}
.AnyTagClassName
{
color: #A842CF;
}
</style>
background-color css
<style>
a { background-color: #A842CF; }
a { background-color: rgb(168,66,207); }
div.DivClassName
{
background-color: #A842CF;
}
.BgClassName
{
background-color: #A842CF;
}
</style>
border-color css
<style>
span { border-color: #A842CF; }
span { border-color: rgb(168,66,207); }
td.TdClassName
{
border-color: #A842CF;
}
.TagClassName
{
border-color: #A842CF;
}
</style>