Shades of Dark Orchid #A82ECF
Tints of Dark Orchid #A82ECF
RGB
CMYK
RGB Variations
Color information
#A82ECF (or 0xA82ECF) is known color: Dark Orchid. HEX triplet: A8, 2E and CF. RGB value is (168,46,207). Sum of RGB (Red+Green+Blue) = 168+46+207=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #A82ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ECF is #57D130. Grayscale: #646464. Windows color (decimal): -5755185 or 13577896. OLE color: 13577896.
HSL color Cylindrical-coordinate representation of color #A82ECF: hue angle of 285.47º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82ECF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 46 | 207 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.19 |
| HSL | 285.47º | 0.64% | 0.5% | - |
| HSV(B) | 285.47º | 0.78% | 0.81% | - |
| XYZ | 28.39 | 14.78 | 60.39 | - |
| YUV | 100.83 | 187.92 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 207 | 0.19 | 0.78 | 0 | 0.19 | 285.47 | 0.64 | 0.5 |
| Hex | A8 | 2E | CF | 13 | 4E | 0 | 13 | 11D | 40 | 32 |
| Octal | 250 | 56 | 317 | 23 | 116 | 0 | 23 | 435 | 100 | 62 |
| Binary | 10101000 | 101110 | 11001111 | 10011 | 1001110 | 0 | 10011 | 100011101 | 1000000 | 110010 |
Color Harmonies of #A82ECF
Complementary color
Monochromatic Colors of #A82ECF
Black with #A82ECF
Text Example
Text Example
White with #A82ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82ECF; }
p { color: rgb(168,46,207); }
H1.HeaderClassName
{
color: #A82ECF;
}
.AnyTagClassName
{
color: #A82ECF;
}
</style>
background-color css
<style>
a { background-color: #A82ECF; }
a { background-color: rgb(168,46,207); }
div.DivClassName
{
background-color: #A82ECF;
}
.BgClassName
{
background-color: #A82ECF;
}
</style>
border-color css
<style>
span { border-color: #A82ECF; }
span { border-color: rgb(168,46,207); }
td.TdClassName
{
border-color: #A82ECF;
}
.TagClassName
{
border-color: #A82ECF;
}
</style>