Shades of Dark Orchid #A22DCC
Tints of Dark Orchid #A22DCC
RGB
CMYK
RGB Variations
Color information
#A22DCC (or 0xA22DCC) is known color: Dark Orchid. HEX triplet: A2, 2D and CC. RGB value is (162,45,204). Sum of RGB (Red+Green+Blue) = 162+45+204=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #A22DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DCC is #5DD233. Grayscale: #616161. Windows color (decimal): -6148660 or 13381026. OLE color: 13381026.
HSL color Cylindrical-coordinate representation of color #A22DCC: hue angle of 284.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22DCC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 45 | 204 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.2 |
| HSL | 284.15º | 0.64% | 0.49% | - |
| HSV(B) | 284.15º | 0.78% | 0.8% | - |
| XYZ | 26.74 | 13.92 | 58.4 | - |
| YUV | 98.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 204 | 0.21 | 0.78 | 0 | 0.2 | 284.15 | 0.64 | 0.49 |
| Hex | A2 | 2D | CC | 15 | 4E | 0 | 14 | 11C | 40 | 31 |
| Octal | 242 | 55 | 314 | 25 | 116 | 0 | 24 | 434 | 100 | 61 |
| Binary | 10100010 | 101101 | 11001100 | 10101 | 1001110 | 0 | 10100 | 100011100 | 1000000 | 110001 |
Color Harmonies of #A22DCC
Complementary color
Monochromatic Colors of #A22DCC
Black with #A22DCC
Text Example
Text Example
White with #A22DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DCC; }
p { color: rgb(162,45,204); }
H1.HeaderClassName
{
color: #A22DCC;
}
.AnyTagClassName
{
color: #A22DCC;
}
</style>
background-color css
<style>
a { background-color: #A22DCC; }
a { background-color: rgb(162,45,204); }
div.DivClassName
{
background-color: #A22DCC;
}
.BgClassName
{
background-color: #A22DCC;
}
</style>
border-color css
<style>
span { border-color: #A22DCC; }
span { border-color: rgb(162,45,204); }
td.TdClassName
{
border-color: #A22DCC;
}
.TagClassName
{
border-color: #A22DCC;
}
</style>