Shades of Dark Orchid #A22ACF
Tints of Dark Orchid #A22ACF
RGB
CMYK
RGB Variations
Color information
#A22ACF (or 0xA22ACF) is known color: Dark Orchid. HEX triplet: A2, 2A and CF. RGB value is (162,42,207). Sum of RGB (Red+Green+Blue) = 162+42+207=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #A22ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ACF is #5DD530. Grayscale: #606060. Windows color (decimal): -6149425 or 13576866. OLE color: 13576866.
HSL color Cylindrical-coordinate representation of color #A22ACF: hue angle of 283.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22ACF is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 42 | 207 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.19 |
| HSL | 283.64º | 0.66% | 0.49% | - |
| HSV(B) | 283.64º | 0.8% | 0.81% | - |
| XYZ | 26.99 | 13.84 | 60.28 | - |
| YUV | 96.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 42 | 207 | 0.22 | 0.80 | 0 | 0.19 | 283.64 | 0.66 | 0.49 |
| Hex | A2 | 2A | CF | 16 | 50 | 0 | 13 | 11C | 42 | 31 |
| Octal | 242 | 52 | 317 | 26 | 120 | 0 | 23 | 434 | 102 | 61 |
| Binary | 10100010 | 101010 | 11001111 | 10110 | 1010000 | 0 | 10011 | 100011100 | 1000010 | 110001 |
Color Harmonies of #A22ACF
Complementary color
Monochromatic Colors of #A22ACF
Black with #A22ACF
Text Example
Text Example
White with #A22ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22ACF; }
p { color: rgb(162,42,207); }
H1.HeaderClassName
{
color: #A22ACF;
}
.AnyTagClassName
{
color: #A22ACF;
}
</style>
background-color css
<style>
a { background-color: #A22ACF; }
a { background-color: rgb(162,42,207); }
div.DivClassName
{
background-color: #A22ACF;
}
.BgClassName
{
background-color: #A22ACF;
}
</style>
border-color css
<style>
span { border-color: #A22ACF; }
span { border-color: rgb(162,42,207); }
td.TdClassName
{
border-color: #A22ACF;
}
.TagClassName
{
border-color: #A22ACF;
}
</style>