Shades of Dark Orchid #A845CF
Tints of Dark Orchid #A845CF
RGB
CMYK
RGB Variations
Color information
#A845CF (or 0xA845CF) is known color: Dark Orchid. HEX triplet: A8, 45 and CF. RGB value is (168,69,207). Sum of RGB (Red+Green+Blue) = 168+69+207=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #A845CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845CF is #57BA30. Grayscale: #717171. Windows color (decimal): -5749297 or 13583784. OLE color: 13583784.
HSL color Cylindrical-coordinate representation of color #A845CF: hue angle of 283.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A845CF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 69 | 207 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.19 |
| HSL | 283.04º | 0.59% | 0.54% | - |
| HSV(B) | 283.04º | 0.67% | 0.81% | - |
| XYZ | 29.54 | 17.09 | 60.77 | - |
| YUV | 114.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 207 | 0.19 | 0.67 | 0 | 0.19 | 283.04 | 0.59 | 0.54 |
| Hex | A8 | 45 | CF | 13 | 43 | 0 | 13 | 11B | 3B | 36 |
| Octal | 250 | 105 | 317 | 23 | 103 | 0 | 23 | 433 | 73 | 66 |
| Binary | 10101000 | 1000101 | 11001111 | 10011 | 1000011 | 0 | 10011 | 100011011 | 111011 | 110110 |
Color Harmonies of #A845CF
Complementary color
Monochromatic Colors of #A845CF
Black with #A845CF
Text Example
Text Example
White with #A845CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845CF; }
p { color: rgb(168,69,207); }
H1.HeaderClassName
{
color: #A845CF;
}
.AnyTagClassName
{
color: #A845CF;
}
</style>
background-color css
<style>
a { background-color: #A845CF; }
a { background-color: rgb(168,69,207); }
div.DivClassName
{
background-color: #A845CF;
}
.BgClassName
{
background-color: #A845CF;
}
</style>
border-color css
<style>
span { border-color: #A845CF; }
span { border-color: rgb(168,69,207); }
td.TdClassName
{
border-color: #A845CF;
}
.TagClassName
{
border-color: #A845CF;
}
</style>