Shades of Dark Orchid #A022BC
Tints of Dark Orchid #A022BC
RGB
CMYK
RGB Variations
Color information
#A022BC (or 0xA022BC) is known color: Dark Orchid. HEX triplet: A0, 22 and BC. RGB value is (160,34,188). Sum of RGB (Red+Green+Blue) = 160+34+188=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #A022BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022BC is #5FDD43. Grayscale: #585858. Windows color (decimal): -6282564 or 12329632. OLE color: 12329632.
HSL color Cylindrical-coordinate representation of color #A022BC: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A022BC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 34 | 188 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.26 |
| HSL | 289.09º | 0.69% | 0.44% | - |
| HSV(B) | 289.09º | 0.82% | 0.74% | - |
| XYZ | 24.15 | 12.25 | 48.67 | - |
| YUV | 89.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 188 | 0.15 | 0.82 | 0 | 0.26 | 289.09 | 0.69 | 0.44 |
| Hex | A0 | 22 | BC | F | 52 | 0 | 1A | 121 | 45 | 2C |
| Octal | 240 | 42 | 274 | 17 | 122 | 0 | 32 | 441 | 105 | 54 |
| Binary | 10100000 | 100010 | 10111100 | 1111 | 1010010 | 0 | 11010 | 100100001 | 1000101 | 101100 |
Color Harmonies of #A022BC
Complementary color
Monochromatic Colors of #A022BC
Black with #A022BC
Text Example
Text Example
White with #A022BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022BC; }
p { color: rgb(160,34,188); }
H1.HeaderClassName
{
color: #A022BC;
}
.AnyTagClassName
{
color: #A022BC;
}
</style>
background-color css
<style>
a { background-color: #A022BC; }
a { background-color: rgb(160,34,188); }
div.DivClassName
{
background-color: #A022BC;
}
.BgClassName
{
background-color: #A022BC;
}
</style>
border-color css
<style>
span { border-color: #A022BC; }
span { border-color: rgb(160,34,188); }
td.TdClassName
{
border-color: #A022BC;
}
.TagClassName
{
border-color: #A022BC;
}
</style>