Shades of Dark Orchid #A82CCF
Tints of Dark Orchid #A82CCF
RGB
CMYK
RGB Variations
Color information
#A82CCF (or 0xA82CCF) is known color: Dark Orchid. HEX triplet: A8, 2C and CF. RGB value is (168,44,207). Sum of RGB (Red+Green+Blue) = 168+44+207=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #A82CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CCF is #57D330. Grayscale: #636363. Windows color (decimal): -5755697 or 13577384. OLE color: 13577384.
HSL color Cylindrical-coordinate representation of color #A82CCF: hue angle of 285.64º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82CCF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 44 | 207 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.19 |
| HSL | 285.64º | 0.65% | 0.49% | - |
| HSV(B) | 285.64º | 0.79% | 0.81% | - |
| XYZ | 28.31 | 14.63 | 60.36 | - |
| YUV | 99.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 207 | 0.19 | 0.79 | 0 | 0.19 | 285.64 | 0.65 | 0.49 |
| Hex | A8 | 2C | CF | 13 | 4F | 0 | 13 | 11E | 41 | 31 |
| Octal | 250 | 54 | 317 | 23 | 117 | 0 | 23 | 436 | 101 | 61 |
| Binary | 10101000 | 101100 | 11001111 | 10011 | 1001111 | 0 | 10011 | 100011110 | 1000001 | 110001 |
Color Harmonies of #A82CCF
Complementary color
Monochromatic Colors of #A82CCF
Black with #A82CCF
Text Example
Text Example
White with #A82CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82CCF; }
p { color: rgb(168,44,207); }
H1.HeaderClassName
{
color: #A82CCF;
}
.AnyTagClassName
{
color: #A82CCF;
}
</style>
background-color css
<style>
a { background-color: #A82CCF; }
a { background-color: rgb(168,44,207); }
div.DivClassName
{
background-color: #A82CCF;
}
.BgClassName
{
background-color: #A82CCF;
}
</style>
border-color css
<style>
span { border-color: #A82CCF; }
span { border-color: rgb(168,44,207); }
td.TdClassName
{
border-color: #A82CCF;
}
.TagClassName
{
border-color: #A82CCF;
}
</style>