Shades of Dark Orchid #A82CCD
Tints of Dark Orchid #A82CCD
RGB
CMYK
RGB Variations
Color information
#A82CCD (or 0xA82CCD) is known color: Dark Orchid. HEX triplet: A8, 2C and CD. RGB value is (168,44,205). Sum of RGB (Red+Green+Blue) = 168+44+205=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #A82CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CCD is #57D332. Grayscale: #626262. Windows color (decimal): -5755699 or 13446312. OLE color: 13446312.
HSL color Cylindrical-coordinate representation of color #A82CCD: hue angle of 286.21º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82CCD is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 44 | 205 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.20 |
| HSL | 286.21º | 0.65% | 0.49% | - |
| HSV(B) | 286.21º | 0.79% | 0.8% | - |
| XYZ | 28.07 | 14.53 | 59.08 | - |
| YUV | 99.43 | 187.58 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 205 | 0.18 | 0.79 | 0 | 0.20 | 286.21 | 0.65 | 0.49 |
| Hex | A8 | 2C | CD | 12 | 4F | 0 | 14 | 11E | 41 | 31 |
| Octal | 250 | 54 | 315 | 22 | 117 | 0 | 24 | 436 | 101 | 61 |
| Binary | 10101000 | 101100 | 11001101 | 10010 | 1001111 | 0 | 10100 | 100011110 | 1000001 | 110001 |
Color Harmonies of #A82CCD
Complementary color
Monochromatic Colors of #A82CCD
Black with #A82CCD
Text Example
Text Example
White with #A82CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82CCD; }
p { color: rgb(168,44,205); }
H1.HeaderClassName
{
color: #A82CCD;
}
.AnyTagClassName
{
color: #A82CCD;
}
</style>
background-color css
<style>
a { background-color: #A82CCD; }
a { background-color: rgb(168,44,205); }
div.DivClassName
{
background-color: #A82CCD;
}
.BgClassName
{
background-color: #A82CCD;
}
</style>
border-color css
<style>
span { border-color: #A82CCD; }
span { border-color: rgb(168,44,205); }
td.TdClassName
{
border-color: #A82CCD;
}
.TagClassName
{
border-color: #A82CCD;
}
</style>