Shades of Dark Orchid #A82EC7
Tints of Dark Orchid #A82EC7
RGB
CMYK
RGB Variations
Color information
#A82EC7 (or 0xA82EC7) is known color: Dark Orchid. HEX triplet: A8, 2E and C7. RGB value is (168,46,199). Sum of RGB (Red+Green+Blue) = 168+46+199=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #A82EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82EC7 is #57D138. Grayscale: #636363. Windows color (decimal): -5755193 or 13053608. OLE color: 13053608.
HSL color Cylindrical-coordinate representation of color #A82EC7: hue angle of 287.84º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82EC7 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 46 | 199 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.22 |
| HSL | 287.84º | 0.62% | 0.48% | - |
| HSV(B) | 287.84º | 0.77% | 0.78% | - |
| XYZ | 27.43 | 14.4 | 55.37 | - |
| YUV | 99.92 | 183.92 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 199 | 0.16 | 0.77 | 0 | 0.22 | 287.84 | 0.62 | 0.48 |
| Hex | A8 | 2E | C7 | 10 | 4D | 0 | 16 | 120 | 3E | 30 |
| Octal | 250 | 56 | 307 | 20 | 115 | 0 | 26 | 440 | 76 | 60 |
| Binary | 10101000 | 101110 | 11000111 | 10000 | 1001101 | 0 | 10110 | 100100000 | 111110 | 110000 |
Color Harmonies of #A82EC7
Complementary color
Monochromatic Colors of #A82EC7
Black with #A82EC7
Text Example
Text Example
White with #A82EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82EC7; }
p { color: rgb(168,46,199); }
H1.HeaderClassName
{
color: #A82EC7;
}
.AnyTagClassName
{
color: #A82EC7;
}
</style>
background-color css
<style>
a { background-color: #A82EC7; }
a { background-color: rgb(168,46,199); }
div.DivClassName
{
background-color: #A82EC7;
}
.BgClassName
{
background-color: #A82EC7;
}
</style>
border-color css
<style>
span { border-color: #A82EC7; }
span { border-color: rgb(168,46,199); }
td.TdClassName
{
border-color: #A82EC7;
}
.TagClassName
{
border-color: #A82EC7;
}
</style>