Shades of Dark Orchid #A22CDA
Tints of Dark Orchid #A22CDA
RGB
CMYK
RGB Variations
Color information
#A22CDA (or 0xA22CDA) is known color: Dark Orchid. HEX triplet: A2, 2C and DA. RGB value is (162,44,218). Sum of RGB (Red+Green+Blue) = 162+44+218=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #A22CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CDA is #5DD325. Grayscale: #626262. Windows color (decimal): -6148902 or 14298274. OLE color: 14298274.
HSL color Cylindrical-coordinate representation of color #A22CDA: hue angle of 280.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22CDA is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 44 | 218 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.15 |
| HSL | 280.69º | 0.7% | 0.51% | - |
| HSV(B) | 280.69º | 0.8% | 0.85% | - |
| XYZ | 28.46 | 14.54 | 67.64 | - |
| YUV | 99.12 | 195.09 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 218 | 0.26 | 0.80 | 0 | 0.15 | 280.69 | 0.7 | 0.51 |
| Hex | A2 | 2C | DA | 1A | 50 | 0 | F | 119 | 46 | 33 |
| Octal | 242 | 54 | 332 | 32 | 120 | 0 | 17 | 431 | 106 | 63 |
| Binary | 10100010 | 101100 | 11011010 | 11010 | 1010000 | 0 | 1111 | 100011001 | 1000110 | 110011 |
Color Harmonies of #A22CDA
Complementary color
Monochromatic Colors of #A22CDA
Black with #A22CDA
Text Example
Text Example
White with #A22CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22CDA; }
p { color: rgb(162,44,218); }
H1.HeaderClassName
{
color: #A22CDA;
}
.AnyTagClassName
{
color: #A22CDA;
}
</style>
background-color css
<style>
a { background-color: #A22CDA; }
a { background-color: rgb(162,44,218); }
div.DivClassName
{
background-color: #A22CDA;
}
.BgClassName
{
background-color: #A22CDA;
}
</style>
border-color css
<style>
span { border-color: #A22CDA; }
span { border-color: rgb(162,44,218); }
td.TdClassName
{
border-color: #A22CDA;
}
.TagClassName
{
border-color: #A22CDA;
}
</style>