Shades of Dark Orchid #A82EDF
Tints of Dark Orchid #A82EDF
RGB
CMYK
RGB Variations
Color information
#A82EDF (or 0xA82EDF) is known color: Dark Orchid. HEX triplet: A8, 2E and DF. RGB value is (168,46,223). Sum of RGB (Red+Green+Blue) = 168+46+223=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #A82EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82EDF is #57D120. Grayscale: #666666. Windows color (decimal): -5755169 or 14626472. OLE color: 14626472.
HSL color Cylindrical-coordinate representation of color #A82EDF: hue angle of 281.36º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82EDF is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 46 | 223 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.13 |
| HSL | 281.36º | 0.73% | 0.53% | - |
| HSV(B) | 281.36º | 0.79% | 0.87% | - |
| XYZ | 30.44 | 15.61 | 71.22 | - |
| YUV | 102.66 | 195.92 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 223 | 0.25 | 0.79 | 0 | 0.13 | 281.36 | 0.73 | 0.53 |
| Hex | A8 | 2E | DF | 19 | 4F | 0 | D | 119 | 49 | 35 |
| Octal | 250 | 56 | 337 | 31 | 117 | 0 | 15 | 431 | 111 | 65 |
| Binary | 10101000 | 101110 | 11011111 | 11001 | 1001111 | 0 | 1101 | 100011001 | 1001001 | 110101 |
Color Harmonies of #A82EDF
Complementary color
Monochromatic Colors of #A82EDF
Black with #A82EDF
Text Example
Text Example
White with #A82EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82EDF; }
p { color: rgb(168,46,223); }
H1.HeaderClassName
{
color: #A82EDF;
}
.AnyTagClassName
{
color: #A82EDF;
}
</style>
background-color css
<style>
a { background-color: #A82EDF; }
a { background-color: rgb(168,46,223); }
div.DivClassName
{
background-color: #A82EDF;
}
.BgClassName
{
background-color: #A82EDF;
}
</style>
border-color css
<style>
span { border-color: #A82EDF; }
span { border-color: rgb(168,46,223); }
td.TdClassName
{
border-color: #A82EDF;
}
.TagClassName
{
border-color: #A82EDF;
}
</style>