Shades of Dark Orchid #A122AF
Tints of Dark Orchid #A122AF
RGB
CMYK
RGB Variations
Color information
#A122AF (or 0xA122AF) is known color: Dark Orchid. HEX triplet: A1, 22 and AF. RGB value is (161,34,175). Sum of RGB (Red+Green+Blue) = 161+34+175=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #A122AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A122AF is #5EDD50. Grayscale: #575757. Windows color (decimal): -6217041 or 11477665. OLE color: 11477665.
HSL color Cylindrical-coordinate representation of color #A122AF: hue angle of 294.04º 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 #A122AF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 34 | 175 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.31 |
| HSL | 294.04º | 0.67% | 0.41% | - |
| HSV(B) | 294.04º | 0.81% | 0.69% | - |
| XYZ | 23.01 | 11.82 | 41.63 | - |
| YUV | 88.05 | 177.08 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 175 | 0.08 | 0.81 | 0 | 0.31 | 294.04 | 0.67 | 0.41 |
| Hex | A1 | 22 | AF | 8 | 51 | 0 | 1F | 126 | 43 | 29 |
| Octal | 241 | 42 | 257 | 10 | 121 | 0 | 37 | 446 | 103 | 51 |
| Binary | 10100001 | 100010 | 10101111 | 1000 | 1010001 | 0 | 11111 | 100100110 | 1000011 | 101001 |
Color Harmonies of #A122AF
Complementary color
Monochromatic Colors of #A122AF
Black with #A122AF
Text Example
Text Example
White with #A122AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A122AF; }
p { color: rgb(161,34,175); }
H1.HeaderClassName
{
color: #A122AF;
}
.AnyTagClassName
{
color: #A122AF;
}
</style>
background-color css
<style>
a { background-color: #A122AF; }
a { background-color: rgb(161,34,175); }
div.DivClassName
{
background-color: #A122AF;
}
.BgClassName
{
background-color: #A122AF;
}
</style>
border-color css
<style>
span { border-color: #A122AF; }
span { border-color: rgb(161,34,175); }
td.TdClassName
{
border-color: #A122AF;
}
.TagClassName
{
border-color: #A122AF;
}
</style>