Shades of Dark Orchid #A022CB
Tints of Dark Orchid #A022CB
RGB
CMYK
RGB Variations
Color information
#A022CB (or 0xA022CB) is known color: Dark Orchid. HEX triplet: A0, 22 and CB. RGB value is (160,34,203). Sum of RGB (Red+Green+Blue) = 160+34+203=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #A022CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A022CB is #5FDD34. Grayscale: #5A5A5A. Windows color (decimal): -6282549 or 13312672. OLE color: 13312672.
HSL color Cylindrical-coordinate representation of color #A022CB: hue angle of 284.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A022CB is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 34 | 203 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.20 |
| HSL | 284.73º | 0.71% | 0.46% | - |
| HSV(B) | 284.73º | 0.83% | 0.8% | - |
| XYZ | 25.85 | 12.93 | 57.63 | - |
| YUV | 90.94 | 191.24 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 203 | 0.21 | 0.83 | 0 | 0.20 | 284.73 | 0.71 | 0.46 |
| Hex | A0 | 22 | CB | 15 | 53 | 0 | 14 | 11D | 47 | 2E |
| Octal | 240 | 42 | 313 | 25 | 123 | 0 | 24 | 435 | 107 | 56 |
| Binary | 10100000 | 100010 | 11001011 | 10101 | 1010011 | 0 | 10100 | 100011101 | 1000111 | 101110 |
Color Harmonies of #A022CB
Complementary color
Monochromatic Colors of #A022CB
Black with #A022CB
Text Example
Text Example
White with #A022CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A022CB; }
p { color: rgb(160,34,203); }
H1.HeaderClassName
{
color: #A022CB;
}
.AnyTagClassName
{
color: #A022CB;
}
</style>
background-color css
<style>
a { background-color: #A022CB; }
a { background-color: rgb(160,34,203); }
div.DivClassName
{
background-color: #A022CB;
}
.BgClassName
{
background-color: #A022CB;
}
</style>
border-color css
<style>
span { border-color: #A022CB; }
span { border-color: rgb(160,34,203); }
td.TdClassName
{
border-color: #A022CB;
}
.TagClassName
{
border-color: #A022CB;
}
</style>