Shades of Dark Orchid #A022AE
Tints of Dark Orchid #A022AE
RGB
CMYK
RGB Variations
Color information
#A022AE (or 0xA022AE) is known color: Dark Orchid. HEX triplet: A0, 22 and AE. RGB value is (160,34,174). Sum of RGB (Red+Green+Blue) = 160+34+174=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #A022AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A022AE is #5FDD51. Grayscale: #575757. Windows color (decimal): -6282578 or 11412128. OLE color: 11412128.
HSL color Cylindrical-coordinate representation of color #A022AE: hue angle of 294º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A022AE is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 34 | 174 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.32 |
| HSL | 294º | 0.67% | 0.41% | - |
| HSV(B) | 294º | 0.8% | 0.68% | - |
| XYZ | 22.71 | 11.67 | 41.1 | - |
| YUV | 87.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 174 | 0.08 | 0.80 | 0 | 0.32 | 294 | 0.67 | 0.41 |
| Hex | A0 | 22 | AE | 8 | 50 | 0 | 20 | 126 | 43 | 29 |
| Octal | 240 | 42 | 256 | 10 | 120 | 0 | 40 | 446 | 103 | 51 |
| Binary | 10100000 | 100010 | 10101110 | 1000 | 1010000 | 0 | 100000 | 100100110 | 1000011 | 101001 |
Color Harmonies of #A022AE
Complementary color
Monochromatic Colors of #A022AE
Black with #A022AE
Text Example
Text Example
White with #A022AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022AE; }
p { color: rgb(160,34,174); }
H1.HeaderClassName
{
color: #A022AE;
}
.AnyTagClassName
{
color: #A022AE;
}
</style>
background-color css
<style>
a { background-color: #A022AE; }
a { background-color: rgb(160,34,174); }
div.DivClassName
{
background-color: #A022AE;
}
.BgClassName
{
background-color: #A022AE;
}
</style>
border-color css
<style>
span { border-color: #A022AE; }
span { border-color: rgb(160,34,174); }
td.TdClassName
{
border-color: #A022AE;
}
.TagClassName
{
border-color: #A022AE;
}
</style>