Shades of Dark Orchid #A22DCF
Tints of Dark Orchid #A22DCF
RGB
CMYK
RGB Variations
Color information
#A22DCF (or 0xA22DCF) is known color: Dark Orchid. HEX triplet: A2, 2D and CF. RGB value is (162,45,207). Sum of RGB (Red+Green+Blue) = 162+45+207=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #A22DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DCF is #5DD230. Grayscale: #616161. Windows color (decimal): -6148657 or 13577634. OLE color: 13577634.
HSL color Cylindrical-coordinate representation of color #A22DCF: hue angle of 283.33º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22DCF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 45 | 207 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.19 |
| HSL | 283.33º | 0.64% | 0.49% | - |
| HSV(B) | 283.33º | 0.78% | 0.81% | - |
| XYZ | 27.1 | 14.06 | 60.32 | - |
| YUV | 98.45 | 189.26 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 207 | 0.22 | 0.78 | 0 | 0.19 | 283.33 | 0.64 | 0.49 |
| Hex | A2 | 2D | CF | 16 | 4E | 0 | 13 | 11B | 40 | 31 |
| Octal | 242 | 55 | 317 | 26 | 116 | 0 | 23 | 433 | 100 | 61 |
| Binary | 10100010 | 101101 | 11001111 | 10110 | 1001110 | 0 | 10011 | 100011011 | 1000000 | 110001 |
Color Harmonies of #A22DCF
Complementary color
Monochromatic Colors of #A22DCF
Black with #A22DCF
Text Example
Text Example
White with #A22DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DCF; }
p { color: rgb(162,45,207); }
H1.HeaderClassName
{
color: #A22DCF;
}
.AnyTagClassName
{
color: #A22DCF;
}
</style>
background-color css
<style>
a { background-color: #A22DCF; }
a { background-color: rgb(162,45,207); }
div.DivClassName
{
background-color: #A22DCF;
}
.BgClassName
{
background-color: #A22DCF;
}
</style>
border-color css
<style>
span { border-color: #A22DCF; }
span { border-color: rgb(162,45,207); }
td.TdClassName
{
border-color: #A22DCF;
}
.TagClassName
{
border-color: #A22DCF;
}
</style>