Shades of Dark Orchid #A82AC1
Tints of Dark Orchid #A82AC1
RGB
CMYK
RGB Variations
Color information
#A82AC1 (or 0xA82AC1) is known color: Dark Orchid. HEX triplet: A8, 2A and C1. RGB value is (168,42,193). Sum of RGB (Red+Green+Blue) = 168+42+193=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #A82AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82AC1 is #57D53E. Grayscale: #606060. Windows color (decimal): -5756223 or 12659368. OLE color: 12659368.
HSL color Cylindrical-coordinate representation of color #A82AC1: hue angle of 290.07º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82AC1 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 42 | 193 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.24 |
| HSL | 290.07º | 0.64% | 0.46% | - |
| HSV(B) | 290.07º | 0.78% | 0.76% | - |
| XYZ | 26.6 | 13.83 | 51.72 | - |
| YUV | 96.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 193 | 0.13 | 0.78 | 0 | 0.24 | 290.07 | 0.64 | 0.46 |
| Hex | A8 | 2A | C1 | D | 4E | 0 | 18 | 122 | 40 | 2E |
| Octal | 250 | 52 | 301 | 15 | 116 | 0 | 30 | 442 | 100 | 56 |
| Binary | 10101000 | 101010 | 11000001 | 1101 | 1001110 | 0 | 11000 | 100100010 | 1000000 | 101110 |
Color Harmonies of #A82AC1
Complementary color
Monochromatic Colors of #A82AC1
Black with #A82AC1
Text Example
Text Example
White with #A82AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82AC1; }
p { color: rgb(168,42,193); }
H1.HeaderClassName
{
color: #A82AC1;
}
.AnyTagClassName
{
color: #A82AC1;
}
</style>
background-color css
<style>
a { background-color: #A82AC1; }
a { background-color: rgb(168,42,193); }
div.DivClassName
{
background-color: #A82AC1;
}
.BgClassName
{
background-color: #A82AC1;
}
</style>
border-color css
<style>
span { border-color: #A82AC1; }
span { border-color: rgb(168,42,193); }
td.TdClassName
{
border-color: #A82AC1;
}
.TagClassName
{
border-color: #A82AC1;
}
</style>