Shades of Dark Orchid #A82BE6
Tints of Dark Orchid #A82BE6
RGB
CMYK
RGB Variations
Color information
#A82BE6 (or 0xA82BE6) is known color: Dark Orchid. HEX triplet: A8, 2B and E6. RGB value is (168,43,230). Sum of RGB (Red+Green+Blue) = 168+43+230=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #A82BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82BE6 is #57D419. Grayscale: #656565. Windows color (decimal): -5755930 or 15084456. OLE color: 15084456.
HSL color Cylindrical-coordinate representation of color #A82BE6: hue angle of 280.11º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82BE6 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 43 | 230 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.10 |
| HSL | 280.11º | 0.79% | 0.54% | - |
| HSV(B) | 280.11º | 0.81% | 0.9% | - |
| XYZ | 31.3 | 15.77 | 76.26 | - |
| YUV | 101.69 | 200.41 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 43 | 230 | 0.27 | 0.81 | 0 | 0.10 | 280.11 | 0.79 | 0.54 |
| Hex | A8 | 2B | E6 | 1B | 51 | 0 | A | 118 | 4F | 36 |
| Octal | 250 | 53 | 346 | 33 | 121 | 0 | 12 | 430 | 117 | 66 |
| Binary | 10101000 | 101011 | 11100110 | 11011 | 1010001 | 0 | 1010 | 100011000 | 1001111 | 110110 |
Color Harmonies of #A82BE6
Complementary color
Monochromatic Colors of #A82BE6
Black with #A82BE6
Text Example
Text Example
White with #A82BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82BE6; }
p { color: rgb(168,43,230); }
H1.HeaderClassName
{
color: #A82BE6;
}
.AnyTagClassName
{
color: #A82BE6;
}
</style>
background-color css
<style>
a { background-color: #A82BE6; }
a { background-color: rgb(168,43,230); }
div.DivClassName
{
background-color: #A82BE6;
}
.BgClassName
{
background-color: #A82BE6;
}
</style>
border-color css
<style>
span { border-color: #A82BE6; }
span { border-color: rgb(168,43,230); }
td.TdClassName
{
border-color: #A82BE6;
}
.TagClassName
{
border-color: #A82BE6;
}
</style>