Shades of Dark Orchid #A82EDD
Tints of Dark Orchid #A82EDD
RGB
CMYK
RGB Variations
Color information
#A82EDD (or 0xA82EDD) is known color: Dark Orchid. HEX triplet: A8, 2E and DD. RGB value is (168,46,221). Sum of RGB (Red+Green+Blue) = 168+46+221=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #A82EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82EDD is #57D122. Grayscale: #656565. Windows color (decimal): -5755171 or 14495400. OLE color: 14495400.
HSL color Cylindrical-coordinate representation of color #A82EDD: hue angle of 281.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82EDD is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 46 | 221 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.13 |
| HSL | 281.83º | 0.72% | 0.52% | - |
| HSV(B) | 281.83º | 0.79% | 0.87% | - |
| XYZ | 30.18 | 15.5 | 69.81 | - |
| YUV | 102.43 | 194.92 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 221 | 0.24 | 0.79 | 0 | 0.13 | 281.83 | 0.72 | 0.52 |
| Hex | A8 | 2E | DD | 18 | 4F | 0 | D | 11A | 48 | 34 |
| Octal | 250 | 56 | 335 | 30 | 117 | 0 | 15 | 432 | 110 | 64 |
| Binary | 10101000 | 101110 | 11011101 | 11000 | 1001111 | 0 | 1101 | 100011010 | 1001000 | 110100 |
Color Harmonies of #A82EDD
Complementary color
Monochromatic Colors of #A82EDD
Black with #A82EDD
Text Example
Text Example
White with #A82EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82EDD; }
p { color: rgb(168,46,221); }
H1.HeaderClassName
{
color: #A82EDD;
}
.AnyTagClassName
{
color: #A82EDD;
}
</style>
background-color css
<style>
a { background-color: #A82EDD; }
a { background-color: rgb(168,46,221); }
div.DivClassName
{
background-color: #A82EDD;
}
.BgClassName
{
background-color: #A82EDD;
}
</style>
border-color css
<style>
span { border-color: #A82EDD; }
span { border-color: rgb(168,46,221); }
td.TdClassName
{
border-color: #A82EDD;
}
.TagClassName
{
border-color: #A82EDD;
}
</style>