Shades of Dark Orchid #A82DCF
Tints of Dark Orchid #A82DCF
RGB
CMYK
RGB Variations
Color information
#A82DCF (or 0xA82DCF) is known color: Dark Orchid. HEX triplet: A8, 2D and CF. RGB value is (168,45,207). Sum of RGB (Red+Green+Blue) = 168+45+207=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #A82DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DCF is #57D230. Grayscale: #636363. Windows color (decimal): -5755441 or 13577640. OLE color: 13577640.
HSL color Cylindrical-coordinate representation of color #A82DCF: hue angle of 285.56º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82DCF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 45 | 207 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.19 |
| HSL | 285.56º | 0.64% | 0.49% | - |
| HSV(B) | 285.56º | 0.78% | 0.81% | - |
| XYZ | 28.35 | 14.71 | 60.38 | - |
| YUV | 100.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 207 | 0.19 | 0.78 | 0 | 0.19 | 285.56 | 0.64 | 0.49 |
| Hex | A8 | 2D | CF | 13 | 4E | 0 | 13 | 11E | 40 | 31 |
| Octal | 250 | 55 | 317 | 23 | 116 | 0 | 23 | 436 | 100 | 61 |
| Binary | 10101000 | 101101 | 11001111 | 10011 | 1001110 | 0 | 10011 | 100011110 | 1000000 | 110001 |
Color Harmonies of #A82DCF
Complementary color
Monochromatic Colors of #A82DCF
Black with #A82DCF
Text Example
Text Example
White with #A82DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DCF; }
p { color: rgb(168,45,207); }
H1.HeaderClassName
{
color: #A82DCF;
}
.AnyTagClassName
{
color: #A82DCF;
}
</style>
background-color css
<style>
a { background-color: #A82DCF; }
a { background-color: rgb(168,45,207); }
div.DivClassName
{
background-color: #A82DCF;
}
.BgClassName
{
background-color: #A82DCF;
}
</style>
border-color css
<style>
span { border-color: #A82DCF; }
span { border-color: rgb(168,45,207); }
td.TdClassName
{
border-color: #A82DCF;
}
.TagClassName
{
border-color: #A82DCF;
}
</style>