Shades of Dark Orchid #A82ED5
Tints of Dark Orchid #A82ED5
RGB
CMYK
RGB Variations
Color information
#A82ED5 (or 0xA82ED5) is known color: Dark Orchid. HEX triplet: A8, 2E and D5. RGB value is (168,46,213). Sum of RGB (Red+Green+Blue) = 168+46+213=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #A82ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ED5 is #57D12A. Grayscale: #646464. Windows color (decimal): -5755179 or 13971112. OLE color: 13971112.
HSL color Cylindrical-coordinate representation of color #A82ED5: hue angle of 283.83º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82ED5 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 46 | 213 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.16 |
| HSL | 283.83º | 0.67% | 0.51% | - |
| HSV(B) | 283.83º | 0.78% | 0.84% | - |
| XYZ | 29.14 | 15.08 | 64.33 | - |
| YUV | 101.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 213 | 0.21 | 0.78 | 0 | 0.16 | 283.83 | 0.67 | 0.51 |
| Hex | A8 | 2E | D5 | 15 | 4E | 0 | 10 | 11C | 43 | 33 |
| Octal | 250 | 56 | 325 | 25 | 116 | 0 | 20 | 434 | 103 | 63 |
| Binary | 10101000 | 101110 | 11010101 | 10101 | 1001110 | 0 | 10000 | 100011100 | 1000011 | 110011 |
Color Harmonies of #A82ED5
Complementary color
Monochromatic Colors of #A82ED5
Black with #A82ED5
Text Example
Text Example
White with #A82ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82ED5; }
p { color: rgb(168,46,213); }
H1.HeaderClassName
{
color: #A82ED5;
}
.AnyTagClassName
{
color: #A82ED5;
}
</style>
background-color css
<style>
a { background-color: #A82ED5; }
a { background-color: rgb(168,46,213); }
div.DivClassName
{
background-color: #A82ED5;
}
.BgClassName
{
background-color: #A82ED5;
}
</style>
border-color css
<style>
span { border-color: #A82ED5; }
span { border-color: rgb(168,46,213); }
td.TdClassName
{
border-color: #A82ED5;
}
.TagClassName
{
border-color: #A82ED5;
}
</style>