Shades of Dark Orchid #A22DDD
Tints of Dark Orchid #A22DDD
RGB
CMYK
RGB Variations
Color information
#A22DDD (or 0xA22DDD) is known color: Dark Orchid. HEX triplet: A2, 2D and DD. RGB value is (162,45,221). Sum of RGB (Red+Green+Blue) = 162+45+221=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #A22DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DDD is #5DD222. Grayscale: #636363. Windows color (decimal): -6148643 or 14495138. OLE color: 14495138.
HSL color Cylindrical-coordinate representation of color #A22DDD: hue angle of 279.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22DDD is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 45 | 221 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.13 |
| HSL | 279.89º | 0.72% | 0.52% | - |
| HSV(B) | 279.89º | 0.8% | 0.87% | - |
| XYZ | 28.89 | 14.78 | 69.74 | - |
| YUV | 100.05 | 196.26 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 221 | 0.27 | 0.80 | 0 | 0.13 | 279.89 | 0.72 | 0.52 |
| Hex | A2 | 2D | DD | 1B | 50 | 0 | D | 118 | 48 | 34 |
| Octal | 242 | 55 | 335 | 33 | 120 | 0 | 15 | 430 | 110 | 64 |
| Binary | 10100010 | 101101 | 11011101 | 11011 | 1010000 | 0 | 1101 | 100011000 | 1001000 | 110100 |
Color Harmonies of #A22DDD
Complementary color
Monochromatic Colors of #A22DDD
Black with #A22DDD
Text Example
Text Example
White with #A22DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DDD; }
p { color: rgb(162,45,221); }
H1.HeaderClassName
{
color: #A22DDD;
}
.AnyTagClassName
{
color: #A22DDD;
}
</style>
background-color css
<style>
a { background-color: #A22DDD; }
a { background-color: rgb(162,45,221); }
div.DivClassName
{
background-color: #A22DDD;
}
.BgClassName
{
background-color: #A22DDD;
}
</style>
border-color css
<style>
span { border-color: #A22DDD; }
span { border-color: rgb(162,45,221); }
td.TdClassName
{
border-color: #A22DDD;
}
.TagClassName
{
border-color: #A22DDD;
}
</style>