Shades of Dark Orchid #A82FE9
Tints of Dark Orchid #A82FE9
RGB
CMYK
RGB Variations
Color information
#A82FE9 (or 0xA82FE9) is known color: Dark Orchid. HEX triplet: A8, 2F and E9. RGB value is (168,47,233). Sum of RGB (Red+Green+Blue) = 168+47+233=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #A82FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82FE9 is #57D016. Grayscale: #676767. Windows color (decimal): -5754903 or 15282088. OLE color: 15282088.
HSL color Cylindrical-coordinate representation of color #A82FE9: hue angle of 279.03º degrees, saturation: 0.81, 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 #A82FE9 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 47 | 233 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.09 |
| HSL | 279.03º | 0.81% | 0.55% | - |
| HSV(B) | 279.03º | 0.8% | 0.91% | - |
| XYZ | 31.87 | 16.24 | 78.55 | - |
| YUV | 104.38 | 200.59 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 47 | 233 | 0.28 | 0.80 | 0 | 0.09 | 279.03 | 0.81 | 0.55 |
| Hex | A8 | 2F | E9 | 1C | 50 | 0 | 9 | 117 | 51 | 37 |
| Octal | 250 | 57 | 351 | 34 | 120 | 0 | 11 | 427 | 121 | 67 |
| Binary | 10101000 | 101111 | 11101001 | 11100 | 1010000 | 0 | 1001 | 100010111 | 1010001 | 110111 |
Color Harmonies of #A82FE9
Complementary color
Monochromatic Colors of #A82FE9
Black with #A82FE9
Text Example
Text Example
White with #A82FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82FE9; }
p { color: rgb(168,47,233); }
H1.HeaderClassName
{
color: #A82FE9;
}
.AnyTagClassName
{
color: #A82FE9;
}
</style>
background-color css
<style>
a { background-color: #A82FE9; }
a { background-color: rgb(168,47,233); }
div.DivClassName
{
background-color: #A82FE9;
}
.BgClassName
{
background-color: #A82FE9;
}
</style>
border-color css
<style>
span { border-color: #A82FE9; }
span { border-color: rgb(168,47,233); }
td.TdClassName
{
border-color: #A82FE9;
}
.TagClassName
{
border-color: #A82FE9;
}
</style>