Shades of Dark Orchid #A22FCF
Tints of Dark Orchid #A22FCF
RGB
CMYK
RGB Variations
Color information
#A22FCF (or 0xA22FCF) is known color: Dark Orchid. HEX triplet: A2, 2F and CF. RGB value is (162,47,207). Sum of RGB (Red+Green+Blue) = 162+47+207=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #A22FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FCF is #5DD030. Grayscale: #636363. Windows color (decimal): -6148145 or 13578146. OLE color: 13578146.
HSL color Cylindrical-coordinate representation of color #A22FCF: hue angle of 283.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22FCF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 47 | 207 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.19 |
| HSL | 283.13º | 0.63% | 0.5% | - |
| HSV(B) | 283.13º | 0.77% | 0.81% | - |
| XYZ | 27.18 | 14.22 | 60.34 | - |
| YUV | 99.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 47 | 207 | 0.22 | 0.77 | 0 | 0.19 | 283.13 | 0.63 | 0.5 |
| Hex | A2 | 2F | CF | 16 | 4D | 0 | 13 | 11B | 3F | 32 |
| Octal | 242 | 57 | 317 | 26 | 115 | 0 | 23 | 433 | 77 | 62 |
| Binary | 10100010 | 101111 | 11001111 | 10110 | 1001101 | 0 | 10011 | 100011011 | 111111 | 110010 |
Color Harmonies of #A22FCF
Complementary color
Monochromatic Colors of #A22FCF
Black with #A22FCF
Text Example
Text Example
White with #A22FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22FCF; }
p { color: rgb(162,47,207); }
H1.HeaderClassName
{
color: #A22FCF;
}
.AnyTagClassName
{
color: #A22FCF;
}
</style>
background-color css
<style>
a { background-color: #A22FCF; }
a { background-color: rgb(162,47,207); }
div.DivClassName
{
background-color: #A22FCF;
}
.BgClassName
{
background-color: #A22FCF;
}
</style>
border-color css
<style>
span { border-color: #A22FCF; }
span { border-color: rgb(162,47,207); }
td.TdClassName
{
border-color: #A22FCF;
}
.TagClassName
{
border-color: #A22FCF;
}
</style>