Shades of Dark Orchid #A843CF
Tints of Dark Orchid #A843CF
RGB
CMYK
RGB Variations
Color information
#A843CF (or 0xA843CF) is known color: Dark Orchid. HEX triplet: A8, 43 and CF. RGB value is (168,67,207). Sum of RGB (Red+Green+Blue) = 168+67+207=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #A843CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A843CF is #57BC30. Grayscale: #707070. Windows color (decimal): -5749809 or 13583272. OLE color: 13583272.
HSL color Cylindrical-coordinate representation of color #A843CF: hue angle of 283.29º 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 #A843CF is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 67 | 207 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.19 |
| HSL | 283.29º | 0.59% | 0.54% | - |
| HSV(B) | 283.29º | 0.68% | 0.81% | - |
| XYZ | 29.42 | 16.84 | 60.73 | - |
| YUV | 113.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 207 | 0.19 | 0.68 | 0 | 0.19 | 283.29 | 0.59 | 0.54 |
| Hex | A8 | 43 | CF | 13 | 44 | 0 | 13 | 11B | 3B | 36 |
| Octal | 250 | 103 | 317 | 23 | 104 | 0 | 23 | 433 | 73 | 66 |
| Binary | 10101000 | 1000011 | 11001111 | 10011 | 1000100 | 0 | 10011 | 100011011 | 111011 | 110110 |
Color Harmonies of #A843CF
Complementary color
Monochromatic Colors of #A843CF
Black with #A843CF
Text Example
Text Example
White with #A843CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843CF; }
p { color: rgb(168,67,207); }
H1.HeaderClassName
{
color: #A843CF;
}
.AnyTagClassName
{
color: #A843CF;
}
</style>
background-color css
<style>
a { background-color: #A843CF; }
a { background-color: rgb(168,67,207); }
div.DivClassName
{
background-color: #A843CF;
}
.BgClassName
{
background-color: #A843CF;
}
</style>
border-color css
<style>
span { border-color: #A843CF; }
span { border-color: rgb(168,67,207); }
td.TdClassName
{
border-color: #A843CF;
}
.TagClassName
{
border-color: #A843CF;
}
</style>