Shades of Dark Orchid #A22DCE
Tints of Dark Orchid #A22DCE
RGB
CMYK
RGB Variations
Color information
#A22DCE (or 0xA22DCE) is known color: Dark Orchid. HEX triplet: A2, 2D and CE. RGB value is (162,45,206). Sum of RGB (Red+Green+Blue) = 162+45+206=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #A22DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DCE is #5DD231. Grayscale: #616161. Windows color (decimal): -6148658 or 13512098. OLE color: 13512098.
HSL color Cylindrical-coordinate representation of color #A22DCE: hue angle of 283.6º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22DCE is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 45 | 206 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.19 |
| HSL | 283.6º | 0.64% | 0.49% | - |
| HSV(B) | 283.6º | 0.78% | 0.81% | - |
| XYZ | 26.98 | 14.01 | 59.68 | - |
| YUV | 98.34 | 188.76 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 206 | 0.21 | 0.78 | 0 | 0.19 | 283.6 | 0.64 | 0.49 |
| Hex | A2 | 2D | CE | 15 | 4E | 0 | 13 | 11C | 40 | 31 |
| Octal | 242 | 55 | 316 | 25 | 116 | 0 | 23 | 434 | 100 | 61 |
| Binary | 10100010 | 101101 | 11001110 | 10101 | 1001110 | 0 | 10011 | 100011100 | 1000000 | 110001 |
Color Harmonies of #A22DCE
Complementary color
Monochromatic Colors of #A22DCE
Black with #A22DCE
Text Example
Text Example
White with #A22DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DCE; }
p { color: rgb(162,45,206); }
H1.HeaderClassName
{
color: #A22DCE;
}
.AnyTagClassName
{
color: #A22DCE;
}
</style>
background-color css
<style>
a { background-color: #A22DCE; }
a { background-color: rgb(162,45,206); }
div.DivClassName
{
background-color: #A22DCE;
}
.BgClassName
{
background-color: #A22DCE;
}
</style>
border-color css
<style>
span { border-color: #A22DCE; }
span { border-color: rgb(162,45,206); }
td.TdClassName
{
border-color: #A22DCE;
}
.TagClassName
{
border-color: #A22DCE;
}
</style>