Shades of Dark Orchid #A822C0
Tints of Dark Orchid #A822C0
RGB
CMYK
RGB Variations
Color information
#A822C0 (or 0xA822C0) is known color: Dark Orchid. HEX triplet: A8, 22 and C0. RGB value is (168,34,192). Sum of RGB (Red+Green+Blue) = 168+34+192=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #A822C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822C0 is #57DD3F. Grayscale: #5B5B5B. Windows color (decimal): -5758272 or 12591784. OLE color: 12591784.
HSL color Cylindrical-coordinate representation of color #A822C0: hue angle of 290.89º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A822C0 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 34 | 192 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.25 |
| HSL | 290.89º | 0.7% | 0.44% | - |
| HSV(B) | 290.89º | 0.82% | 0.75% | - |
| XYZ | 26.23 | 13.27 | 51.05 | - |
| YUV | 92.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 192 | 0.12 | 0.82 | 0 | 0.25 | 290.89 | 0.7 | 0.44 |
| Hex | A8 | 22 | C0 | C | 52 | 0 | 19 | 123 | 46 | 2C |
| Octal | 250 | 42 | 300 | 14 | 122 | 0 | 31 | 443 | 106 | 54 |
| Binary | 10101000 | 100010 | 11000000 | 1100 | 1010010 | 0 | 11001 | 100100011 | 1000110 | 101100 |
Color Harmonies of #A822C0
Complementary color
Monochromatic Colors of #A822C0
Black with #A822C0
Text Example
Text Example
White with #A822C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822C0; }
p { color: rgb(168,34,192); }
H1.HeaderClassName
{
color: #A822C0;
}
.AnyTagClassName
{
color: #A822C0;
}
</style>
background-color css
<style>
a { background-color: #A822C0; }
a { background-color: rgb(168,34,192); }
div.DivClassName
{
background-color: #A822C0;
}
.BgClassName
{
background-color: #A822C0;
}
</style>
border-color css
<style>
span { border-color: #A822C0; }
span { border-color: rgb(168,34,192); }
td.TdClassName
{
border-color: #A822C0;
}
.TagClassName
{
border-color: #A822C0;
}
</style>