Shades of Dark Orchid #A022AF
Tints of Dark Orchid #A022AF
RGB
CMYK
RGB Variations
Color information
#A022AF (or 0xA022AF) is known color: Dark Orchid. HEX triplet: A0, 22 and AF. RGB value is (160,34,175). Sum of RGB (Red+Green+Blue) = 160+34+175=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #A022AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A022AF is #5FDD50. Grayscale: #575757. Windows color (decimal): -6282577 or 11477664. OLE color: 11477664.
HSL color Cylindrical-coordinate representation of color #A022AF: hue angle of 293.62º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A022AF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 34 | 175 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.31 |
| HSL | 293.62º | 0.67% | 0.41% | - |
| HSV(B) | 293.62º | 0.81% | 0.69% | - |
| XYZ | 22.81 | 11.71 | 41.62 | - |
| YUV | 87.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 175 | 0.09 | 0.81 | 0 | 0.31 | 293.62 | 0.67 | 0.41 |
| Hex | A0 | 22 | AF | 9 | 51 | 0 | 1F | 126 | 43 | 29 |
| Octal | 240 | 42 | 257 | 11 | 121 | 0 | 37 | 446 | 103 | 51 |
| Binary | 10100000 | 100010 | 10101111 | 1001 | 1010001 | 0 | 11111 | 100100110 | 1000011 | 101001 |
Color Harmonies of #A022AF
Complementary color
Monochromatic Colors of #A022AF
Black with #A022AF
Text Example
Text Example
White with #A022AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022AF; }
p { color: rgb(160,34,175); }
H1.HeaderClassName
{
color: #A022AF;
}
.AnyTagClassName
{
color: #A022AF;
}
</style>
background-color css
<style>
a { background-color: #A022AF; }
a { background-color: rgb(160,34,175); }
div.DivClassName
{
background-color: #A022AF;
}
.BgClassName
{
background-color: #A022AF;
}
</style>
border-color css
<style>
span { border-color: #A022AF; }
span { border-color: rgb(160,34,175); }
td.TdClassName
{
border-color: #A022AF;
}
.TagClassName
{
border-color: #A022AF;
}
</style>