Shades of Dark Orchid #A82EE5
Tints of Dark Orchid #A82EE5
RGB
CMYK
RGB Variations
Color information
#A82EE5 (or 0xA82EE5) is known color: Dark Orchid. HEX triplet: A8, 2E and E5. RGB value is (168,46,229). Sum of RGB (Red+Green+Blue) = 168+46+229=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #A82EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82EE5 is #57D11A. Grayscale: #666666. Windows color (decimal): -5755163 or 15019688. OLE color: 15019688.
HSL color Cylindrical-coordinate representation of color #A82EE5: hue angle of 280º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82EE5 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 46 | 229 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.10 |
| HSL | 280º | 0.78% | 0.54% | - |
| HSV(B) | 280º | 0.8% | 0.9% | - |
| XYZ | 31.27 | 15.94 | 75.56 | - |
| YUV | 103.34 | 198.92 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 229 | 0.27 | 0.80 | 0 | 0.10 | 280 | 0.78 | 0.54 |
| Hex | A8 | 2E | E5 | 1B | 50 | 0 | A | 118 | 4E | 36 |
| Octal | 250 | 56 | 345 | 33 | 120 | 0 | 12 | 430 | 116 | 66 |
| Binary | 10101000 | 101110 | 11100101 | 11011 | 1010000 | 0 | 1010 | 100011000 | 1001110 | 110110 |
Color Harmonies of #A82EE5
Complementary color
Monochromatic Colors of #A82EE5
Black with #A82EE5
Text Example
Text Example
White with #A82EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82EE5; }
p { color: rgb(168,46,229); }
H1.HeaderClassName
{
color: #A82EE5;
}
.AnyTagClassName
{
color: #A82EE5;
}
</style>
background-color css
<style>
a { background-color: #A82EE5; }
a { background-color: rgb(168,46,229); }
div.DivClassName
{
background-color: #A82EE5;
}
.BgClassName
{
background-color: #A82EE5;
}
</style>
border-color css
<style>
span { border-color: #A82EE5; }
span { border-color: rgb(168,46,229); }
td.TdClassName
{
border-color: #A82EE5;
}
.TagClassName
{
border-color: #A82EE5;
}
</style>