Shades of Dark Orchid #A82EE8
Tints of Dark Orchid #A82EE8
RGB
CMYK
RGB Variations
Color information
#A82EE8 (or 0xA82EE8) is known color: Dark Orchid. HEX triplet: A8, 2E and E8. RGB value is (168,46,232). Sum of RGB (Red+Green+Blue) = 168+46+232=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #A82EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82EE8 is #57D117. Grayscale: #676767. Windows color (decimal): -5755160 or 15216296. OLE color: 15216296.
HSL color Cylindrical-coordinate representation of color #A82EE8: hue angle of 279.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82EE8 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 46 | 232 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.09 |
| HSL | 279.35º | 0.8% | 0.55% | - |
| HSV(B) | 279.35º | 0.8% | 0.91% | - |
| XYZ | 31.69 | 16.11 | 77.78 | - |
| YUV | 103.68 | 200.42 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 232 | 0.28 | 0.80 | 0 | 0.09 | 279.35 | 0.8 | 0.55 |
| Hex | A8 | 2E | E8 | 1C | 50 | 0 | 9 | 117 | 50 | 37 |
| Octal | 250 | 56 | 350 | 34 | 120 | 0 | 11 | 427 | 120 | 67 |
| Binary | 10101000 | 101110 | 11101000 | 11100 | 1010000 | 0 | 1001 | 100010111 | 1010000 | 110111 |
Color Harmonies of #A82EE8
Complementary color
Monochromatic Colors of #A82EE8
Black with #A82EE8
Text Example
Text Example
White with #A82EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82EE8; }
p { color: rgb(168,46,232); }
H1.HeaderClassName
{
color: #A82EE8;
}
.AnyTagClassName
{
color: #A82EE8;
}
</style>
background-color css
<style>
a { background-color: #A82EE8; }
a { background-color: rgb(168,46,232); }
div.DivClassName
{
background-color: #A82EE8;
}
.BgClassName
{
background-color: #A82EE8;
}
</style>
border-color css
<style>
span { border-color: #A82EE8; }
span { border-color: rgb(168,46,232); }
td.TdClassName
{
border-color: #A82EE8;
}
.TagClassName
{
border-color: #A82EE8;
}
</style>