Shades of Dark Orchid #A82ADC
Tints of Dark Orchid #A82ADC
RGB
CMYK
RGB Variations
Color information
#A82ADC (or 0xA82ADC) is known color: Dark Orchid. HEX triplet: A8, 2A and DC. RGB value is (168,42,220). Sum of RGB (Red+Green+Blue) = 168+42+220=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #A82ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ADC is #57D523. Grayscale: #636363. Windows color (decimal): -5756196 or 14428840. OLE color: 14428840.
HSL color Cylindrical-coordinate representation of color #A82ADC: hue angle of 282.47º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82ADC is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 42 | 220 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.14 |
| HSL | 282.47º | 0.72% | 0.51% | - |
| HSV(B) | 282.47º | 0.81% | 0.86% | - |
| XYZ | 29.89 | 15.15 | 69.06 | - |
| YUV | 99.97 | 195.74 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 220 | 0.24 | 0.81 | 0 | 0.14 | 282.47 | 0.72 | 0.51 |
| Hex | A8 | 2A | DC | 18 | 51 | 0 | E | 11A | 48 | 33 |
| Octal | 250 | 52 | 334 | 30 | 121 | 0 | 16 | 432 | 110 | 63 |
| Binary | 10101000 | 101010 | 11011100 | 11000 | 1010001 | 0 | 1110 | 100011010 | 1001000 | 110011 |
Color Harmonies of #A82ADC
Complementary color
Monochromatic Colors of #A82ADC
Black with #A82ADC
Text Example
Text Example
White with #A82ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82ADC; }
p { color: rgb(168,42,220); }
H1.HeaderClassName
{
color: #A82ADC;
}
.AnyTagClassName
{
color: #A82ADC;
}
</style>
background-color css
<style>
a { background-color: #A82ADC; }
a { background-color: rgb(168,42,220); }
div.DivClassName
{
background-color: #A82ADC;
}
.BgClassName
{
background-color: #A82ADC;
}
</style>
border-color css
<style>
span { border-color: #A82ADC; }
span { border-color: rgb(168,42,220); }
td.TdClassName
{
border-color: #A82ADC;
}
.TagClassName
{
border-color: #A82ADC;
}
</style>