Shades of Dark Orchid #A82CE5
Tints of Dark Orchid #A82CE5
RGB
CMYK
RGB Variations
Color information
#A82CE5 (or 0xA82CE5) is known color: Dark Orchid. HEX triplet: A8, 2C and E5. RGB value is (168,44,229). Sum of RGB (Red+Green+Blue) = 168+44+229=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #A82CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CE5 is #57D31A. Grayscale: #656565. Windows color (decimal): -5755675 or 15019176. OLE color: 15019176.
HSL color Cylindrical-coordinate representation of color #A82CE5: hue angle of 280.22º degrees, saturation: 0.78, 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 #A82CE5 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 44 | 229 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.10 |
| HSL | 280.22º | 0.78% | 0.54% | - |
| HSV(B) | 280.22º | 0.81% | 0.9% | - |
| XYZ | 31.19 | 15.78 | 75.53 | - |
| YUV | 102.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 229 | 0.27 | 0.81 | 0 | 0.10 | 280.22 | 0.78 | 0.54 |
| Hex | A8 | 2C | E5 | 1B | 51 | 0 | A | 118 | 4E | 36 |
| Octal | 250 | 54 | 345 | 33 | 121 | 0 | 12 | 430 | 116 | 66 |
| Binary | 10101000 | 101100 | 11100101 | 11011 | 1010001 | 0 | 1010 | 100011000 | 1001110 | 110110 |
Color Harmonies of #A82CE5
Complementary color
Monochromatic Colors of #A82CE5
Black with #A82CE5
Text Example
Text Example
White with #A82CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82CE5; }
p { color: rgb(168,44,229); }
H1.HeaderClassName
{
color: #A82CE5;
}
.AnyTagClassName
{
color: #A82CE5;
}
</style>
background-color css
<style>
a { background-color: #A82CE5; }
a { background-color: rgb(168,44,229); }
div.DivClassName
{
background-color: #A82CE5;
}
.BgClassName
{
background-color: #A82CE5;
}
</style>
border-color css
<style>
span { border-color: #A82CE5; }
span { border-color: rgb(168,44,229); }
td.TdClassName
{
border-color: #A82CE5;
}
.TagClassName
{
border-color: #A82CE5;
}
</style>