Shades of Dark Orchid #A82ED4
Tints of Dark Orchid #A82ED4
RGB
CMYK
RGB Variations
Color information
#A82ED4 (or 0xA82ED4) is known color: Dark Orchid. HEX triplet: A8, 2E and D4. RGB value is (168,46,212). Sum of RGB (Red+Green+Blue) = 168+46+212=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 212 (83.20% from 255 or 49.77% from 426); Max value from RGB is 212 - color contains mainly: blue. Hex color #A82ED4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ED4 is #57D12B. Grayscale: #646464. Windows color (decimal): -5755180 or 13905576. OLE color: 13905576.
HSL color Cylindrical-coordinate representation of color #A82ED4: hue angle of 284.1º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82ED4 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 46 | 212 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.17 |
| HSL | 284.1º | 0.66% | 0.51% | - |
| HSV(B) | 284.1º | 0.78% | 0.83% | - |
| XYZ | 29.01 | 15.03 | 63.66 | - |
| YUV | 101.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 212 | 0.21 | 0.78 | 0 | 0.17 | 284.1 | 0.66 | 0.51 |
| Hex | A8 | 2E | D4 | 15 | 4E | 0 | 11 | 11C | 42 | 33 |
| Octal | 250 | 56 | 324 | 25 | 116 | 0 | 21 | 434 | 102 | 63 |
| Binary | 10101000 | 101110 | 11010100 | 10101 | 1001110 | 0 | 10001 | 100011100 | 1000010 | 110011 |
Color Harmonies of #A82ED4
Complementary color
Monochromatic Colors of #A82ED4
Black with #A82ED4
Text Example
Text Example
White with #A82ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82ED4; }
p { color: rgb(168,46,212); }
H1.HeaderClassName
{
color: #A82ED4;
}
.AnyTagClassName
{
color: #A82ED4;
}
</style>
background-color css
<style>
a { background-color: #A82ED4; }
a { background-color: rgb(168,46,212); }
div.DivClassName
{
background-color: #A82ED4;
}
.BgClassName
{
background-color: #A82ED4;
}
</style>
border-color css
<style>
span { border-color: #A82ED4; }
span { border-color: rgb(168,46,212); }
td.TdClassName
{
border-color: #A82ED4;
}
.TagClassName
{
border-color: #A82ED4;
}
</style>