Shades of Dark Orchid #A22DDC
Tints of Dark Orchid #A22DDC
RGB
CMYK
RGB Variations
Color information
#A22DDC (or 0xA22DDC) is known color: Dark Orchid. HEX triplet: A2, 2D and DC. RGB value is (162,45,220). Sum of RGB (Red+Green+Blue) = 162+45+220=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #A22DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DDC is #5DD223. Grayscale: #636363. Windows color (decimal): -6148644 or 14429602. OLE color: 14429602.
HSL color Cylindrical-coordinate representation of color #A22DDC: hue angle of 280.11º degrees, saturation: 0.71, 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 #A22DDC is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 45 | 220 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.14 |
| HSL | 280.11º | 0.71% | 0.52% | - |
| HSV(B) | 280.11º | 0.8% | 0.86% | - |
| XYZ | 28.76 | 14.73 | 69.04 | - |
| YUV | 99.93 | 195.76 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 220 | 0.26 | 0.80 | 0 | 0.14 | 280.11 | 0.71 | 0.52 |
| Hex | A2 | 2D | DC | 1A | 50 | 0 | E | 118 | 47 | 34 |
| Octal | 242 | 55 | 334 | 32 | 120 | 0 | 16 | 430 | 107 | 64 |
| Binary | 10100010 | 101101 | 11011100 | 11010 | 1010000 | 0 | 1110 | 100011000 | 1000111 | 110100 |
Color Harmonies of #A22DDC
Complementary color
Monochromatic Colors of #A22DDC
Black with #A22DDC
Text Example
Text Example
White with #A22DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DDC; }
p { color: rgb(162,45,220); }
H1.HeaderClassName
{
color: #A22DDC;
}
.AnyTagClassName
{
color: #A22DDC;
}
</style>
background-color css
<style>
a { background-color: #A22DDC; }
a { background-color: rgb(162,45,220); }
div.DivClassName
{
background-color: #A22DDC;
}
.BgClassName
{
background-color: #A22DDC;
}
</style>
border-color css
<style>
span { border-color: #A22DDC; }
span { border-color: rgb(162,45,220); }
td.TdClassName
{
border-color: #A22DDC;
}
.TagClassName
{
border-color: #A22DDC;
}
</style>