Shades of Dark Orchid #A22FD4
Tints of Dark Orchid #A22FD4
RGB
CMYK
RGB Variations
Color information
#A22FD4 (or 0xA22FD4) is known color: Dark Orchid. HEX triplet: A2, 2F and D4. RGB value is (162,47,212). Sum of RGB (Red+Green+Blue) = 162+47+212=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 212 (83.20% from 255 or 50.36% from 421); Max value from RGB is 212 - color contains mainly: blue. Hex color #A22FD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FD4 is #5DD02B. Grayscale: #636363. Windows color (decimal): -6148140 or 13905826. OLE color: 13905826.
HSL color Cylindrical-coordinate representation of color #A22FD4: hue angle of 281.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22FD4 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 47 | 212 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.17 |
| HSL | 281.82º | 0.66% | 0.51% | - |
| HSV(B) | 281.82º | 0.78% | 0.83% | - |
| XYZ | 27.8 | 14.47 | 63.61 | - |
| YUV | 100.2 | 191.1 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 47 | 212 | 0.24 | 0.78 | 0 | 0.17 | 281.82 | 0.66 | 0.51 |
| Hex | A2 | 2F | D4 | 18 | 4E | 0 | 11 | 11A | 42 | 33 |
| Octal | 242 | 57 | 324 | 30 | 116 | 0 | 21 | 432 | 102 | 63 |
| Binary | 10100010 | 101111 | 11010100 | 11000 | 1001110 | 0 | 10001 | 100011010 | 1000010 | 110011 |
Color Harmonies of #A22FD4
Complementary color
Monochromatic Colors of #A22FD4
Black with #A22FD4
Text Example
Text Example
White with #A22FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22FD4; }
p { color: rgb(162,47,212); }
H1.HeaderClassName
{
color: #A22FD4;
}
.AnyTagClassName
{
color: #A22FD4;
}
</style>
background-color css
<style>
a { background-color: #A22FD4; }
a { background-color: rgb(162,47,212); }
div.DivClassName
{
background-color: #A22FD4;
}
.BgClassName
{
background-color: #A22FD4;
}
</style>
border-color css
<style>
span { border-color: #A22FD4; }
span { border-color: rgb(162,47,212); }
td.TdClassName
{
border-color: #A22FD4;
}
.TagClassName
{
border-color: #A22FD4;
}
</style>