Shades of Dark Orchid #A845CE
Tints of Dark Orchid #A845CE
RGB
CMYK
RGB Variations
Color information
#A845CE (or 0xA845CE) is known color: Dark Orchid. HEX triplet: A8, 45 and CE. RGB value is (168,69,206). Sum of RGB (Red+Green+Blue) = 168+69+206=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #A845CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845CE is #57BA31. Grayscale: #717171. Windows color (decimal): -5749298 or 13518248. OLE color: 13518248.
HSL color Cylindrical-coordinate representation of color #A845CE: hue angle of 283.36º degrees, saturation: 0.58, 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 #A845CE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 69 | 206 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.19 |
| HSL | 283.36º | 0.58% | 0.54% | - |
| HSV(B) | 283.36º | 0.67% | 0.81% | - |
| XYZ | 29.42 | 17.04 | 60.13 | - |
| YUV | 114.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 206 | 0.18 | 0.67 | 0 | 0.19 | 283.36 | 0.58 | 0.54 |
| Hex | A8 | 45 | CE | 12 | 43 | 0 | 13 | 11B | 3A | 36 |
| Octal | 250 | 105 | 316 | 22 | 103 | 0 | 23 | 433 | 72 | 66 |
| Binary | 10101000 | 1000101 | 11001110 | 10010 | 1000011 | 0 | 10011 | 100011011 | 111010 | 110110 |
Color Harmonies of #A845CE
Complementary color
Monochromatic Colors of #A845CE
Black with #A845CE
Text Example
Text Example
White with #A845CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845CE; }
p { color: rgb(168,69,206); }
H1.HeaderClassName
{
color: #A845CE;
}
.AnyTagClassName
{
color: #A845CE;
}
</style>
background-color css
<style>
a { background-color: #A845CE; }
a { background-color: rgb(168,69,206); }
div.DivClassName
{
background-color: #A845CE;
}
.BgClassName
{
background-color: #A845CE;
}
</style>
border-color css
<style>
span { border-color: #A845CE; }
span { border-color: rgb(168,69,206); }
td.TdClassName
{
border-color: #A845CE;
}
.TagClassName
{
border-color: #A845CE;
}
</style>