Shades of Dark Orchid #A022CF
Tints of Dark Orchid #A022CF
RGB
CMYK
RGB Variations
Color information
#A022CF (or 0xA022CF) is known color: Dark Orchid. HEX triplet: A0, 22 and CF. RGB value is (160,34,207). Sum of RGB (Red+Green+Blue) = 160+34+207=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #A022CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022CF is #5FDD30. Grayscale: #5A5A5A. Windows color (decimal): -6282545 or 13574816. OLE color: 13574816.
HSL color Cylindrical-coordinate representation of color #A022CF: hue angle of 283.7º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A022CF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 34 | 207 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.19 |
| HSL | 283.7º | 0.72% | 0.47% | - |
| HSV(B) | 283.7º | 0.84% | 0.81% | - |
| XYZ | 26.33 | 13.12 | 60.18 | - |
| YUV | 91.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 207 | 0.23 | 0.84 | 0 | 0.19 | 283.7 | 0.72 | 0.47 |
| Hex | A0 | 22 | CF | 17 | 54 | 0 | 13 | 11C | 48 | 2F |
| Octal | 240 | 42 | 317 | 27 | 124 | 0 | 23 | 434 | 110 | 57 |
| Binary | 10100000 | 100010 | 11001111 | 10111 | 1010100 | 0 | 10011 | 100011100 | 1001000 | 101111 |
Color Harmonies of #A022CF
Complementary color
Monochromatic Colors of #A022CF
Black with #A022CF
Text Example
Text Example
White with #A022CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022CF; }
p { color: rgb(160,34,207); }
H1.HeaderClassName
{
color: #A022CF;
}
.AnyTagClassName
{
color: #A022CF;
}
</style>
background-color css
<style>
a { background-color: #A022CF; }
a { background-color: rgb(160,34,207); }
div.DivClassName
{
background-color: #A022CF;
}
.BgClassName
{
background-color: #A022CF;
}
</style>
border-color css
<style>
span { border-color: #A022CF; }
span { border-color: rgb(160,34,207); }
td.TdClassName
{
border-color: #A022CF;
}
.TagClassName
{
border-color: #A022CF;
}
</style>