Shades of Dark Orchid #A22CDC
Tints of Dark Orchid #A22CDC
RGB
CMYK
RGB Variations
Color information
#A22CDC (or 0xA22CDC) is known color: Dark Orchid. HEX triplet: A2, 2C and DC. RGB value is (162,44,220). Sum of RGB (Red+Green+Blue) = 162+44+220=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #A22CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CDC is #5DD323. Grayscale: #626262. Windows color (decimal): -6148900 or 14429346. OLE color: 14429346.
HSL color Cylindrical-coordinate representation of color #A22CDC: hue angle of 280.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22CDC is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 44 | 220 | - |
| CMYK | 0.26 | 0.8 | 0 | 0.14 |
| HSL | 280.23º | 0.72% | 0.52% | - |
| HSV(B) | 280.23º | 0.8% | 0.86% | - |
| XYZ | 28.72 | 14.65 | 69.02 | - |
| YUV | 99.35 | 196.09 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 220 | 0.26 | 0.8 | 0 | 0.14 | 280.23 | 0.72 | 0.52 |
| Hex | A2 | 2C | DC | 1A | 50 | 0 | E | 118 | 48 | 34 |
| Octal | 242 | 54 | 334 | 32 | 120 | 0 | 16 | 430 | 110 | 64 |
| Binary | 10100010 | 101100 | 11011100 | 11010 | 1010000 | 0 | 1110 | 100011000 | 1001000 | 110100 |
Color Harmonies of #A22CDC
Complementary color
Monochromatic Colors of #A22CDC
Black with #A22CDC
Text Example
Text Example
White with #A22CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22CDC; }
p { color: rgb(162,44,220); }
H1.HeaderClassName
{
color: #A22CDC;
}
.AnyTagClassName
{
color: #A22CDC;
}
</style>
background-color css
<style>
a { background-color: #A22CDC; }
a { background-color: rgb(162,44,220); }
div.DivClassName
{
background-color: #A22CDC;
}
.BgClassName
{
background-color: #A22CDC;
}
</style>
border-color css
<style>
span { border-color: #A22CDC; }
span { border-color: rgb(162,44,220); }
td.TdClassName
{
border-color: #A22CDC;
}
.TagClassName
{
border-color: #A22CDC;
}
</style>