Shades of Dark Orchid #A22FDD
Tints of Dark Orchid #A22FDD
RGB
CMYK
RGB Variations
Color information
#A22FDD (or 0xA22FDD) is known color: Dark Orchid. HEX triplet: A2, 2F and DD. RGB value is (162,47,221). Sum of RGB (Red+Green+Blue) = 162+47+221=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #A22FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FDD is #5DD022. Grayscale: #646464. Windows color (decimal): -6148131 or 14495650. OLE color: 14495650.
HSL color Cylindrical-coordinate representation of color #A22FDD: hue angle of 279.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22FDD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 47 | 221 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.13 |
| HSL | 279.66º | 0.72% | 0.53% | - |
| HSV(B) | 279.66º | 0.79% | 0.87% | - |
| XYZ | 28.97 | 14.93 | 69.76 | - |
| YUV | 101.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 47 | 221 | 0.27 | 0.79 | 0 | 0.13 | 279.66 | 0.72 | 0.53 |
| Hex | A2 | 2F | DD | 1B | 4F | 0 | D | 118 | 48 | 35 |
| Octal | 242 | 57 | 335 | 33 | 117 | 0 | 15 | 430 | 110 | 65 |
| Binary | 10100010 | 101111 | 11011101 | 11011 | 1001111 | 0 | 1101 | 100011000 | 1001000 | 110101 |
Color Harmonies of #A22FDD
Complementary color
Monochromatic Colors of #A22FDD
Black with #A22FDD
Text Example
Text Example
White with #A22FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22FDD; }
p { color: rgb(162,47,221); }
H1.HeaderClassName
{
color: #A22FDD;
}
.AnyTagClassName
{
color: #A22FDD;
}
</style>
background-color css
<style>
a { background-color: #A22FDD; }
a { background-color: rgb(162,47,221); }
div.DivClassName
{
background-color: #A22FDD;
}
.BgClassName
{
background-color: #A22FDD;
}
</style>
border-color css
<style>
span { border-color: #A22FDD; }
span { border-color: rgb(162,47,221); }
td.TdClassName
{
border-color: #A22FDD;
}
.TagClassName
{
border-color: #A22FDD;
}
</style>