Shades of Dark Orchid #A22FD5
Tints of Dark Orchid #A22FD5
RGB
CMYK
RGB Variations
Color information
#A22FD5 (or 0xA22FD5) is known color: Dark Orchid. HEX triplet: A2, 2F and D5. RGB value is (162,47,213). Sum of RGB (Red+Green+Blue) = 162+47+213=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #A22FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FD5 is #5DD02A. Grayscale: #636363. Windows color (decimal): -6148139 or 13971362. OLE color: 13971362.
HSL color Cylindrical-coordinate representation of color #A22FD5: hue angle of 281.57º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22FD5 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 47 | 213 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.16 |
| HSL | 281.57º | 0.66% | 0.51% | - |
| HSV(B) | 281.57º | 0.78% | 0.84% | - |
| XYZ | 27.93 | 14.52 | 64.28 | - |
| YUV | 100.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 47 | 213 | 0.24 | 0.78 | 0 | 0.16 | 281.57 | 0.66 | 0.51 |
| Hex | A2 | 2F | D5 | 18 | 4E | 0 | 10 | 11A | 42 | 33 |
| Octal | 242 | 57 | 325 | 30 | 116 | 0 | 20 | 432 | 102 | 63 |
| Binary | 10100010 | 101111 | 11010101 | 11000 | 1001110 | 0 | 10000 | 100011010 | 1000010 | 110011 |
Color Harmonies of #A22FD5
Complementary color
Monochromatic Colors of #A22FD5
Black with #A22FD5
Text Example
Text Example
White with #A22FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22FD5; }
p { color: rgb(162,47,213); }
H1.HeaderClassName
{
color: #A22FD5;
}
.AnyTagClassName
{
color: #A22FD5;
}
</style>
background-color css
<style>
a { background-color: #A22FD5; }
a { background-color: rgb(162,47,213); }
div.DivClassName
{
background-color: #A22FD5;
}
.BgClassName
{
background-color: #A22FD5;
}
</style>
border-color css
<style>
span { border-color: #A22FD5; }
span { border-color: rgb(162,47,213); }
td.TdClassName
{
border-color: #A22FD5;
}
.TagClassName
{
border-color: #A22FD5;
}
</style>