Shades of Dark Orchid #A016B2
Tints of Dark Orchid #A016B2
RGB
CMYK
RGB Variations
Color information
#A016B2 (or 0xA016B2) is known color: Dark Orchid. HEX triplet: A0, 16 and B2. RGB value is (160,22,178). Sum of RGB (Red+Green+Blue) = 160+22+178=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #A016B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A016B2 is #5FE94D. Grayscale: #505050. Windows color (decimal): -6285646 or 11671200. OLE color: 11671200.
HSL color Cylindrical-coordinate representation of color #A016B2: hue angle of 293.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A016B2 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 22 | 178 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.30 |
| HSL | 293.08º | 0.78% | 0.39% | - |
| HSV(B) | 293.08º | 0.88% | 0.7% | - |
| XYZ | 22.82 | 11.26 | 43.09 | - |
| YUV | 81.05 | 182.72 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 178 | 0.10 | 0.88 | 0 | 0.30 | 293.08 | 0.78 | 0.39 |
| Hex | A0 | 16 | B2 | A | 58 | 0 | 1E | 125 | 4E | 27 |
| Octal | 240 | 26 | 262 | 12 | 130 | 0 | 36 | 445 | 116 | 47 |
| Binary | 10100000 | 10110 | 10110010 | 1010 | 1011000 | 0 | 11110 | 100100101 | 1001110 | 100111 |
Color Harmonies of #A016B2
Complementary color
Monochromatic Colors of #A016B2
Black with #A016B2
Text Example
Text Example
White with #A016B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016B2; }
p { color: rgb(160,22,178); }
H1.HeaderClassName
{
color: #A016B2;
}
.AnyTagClassName
{
color: #A016B2;
}
</style>
background-color css
<style>
a { background-color: #A016B2; }
a { background-color: rgb(160,22,178); }
div.DivClassName
{
background-color: #A016B2;
}
.BgClassName
{
background-color: #A016B2;
}
</style>
border-color css
<style>
span { border-color: #A016B2; }
span { border-color: rgb(160,22,178); }
td.TdClassName
{
border-color: #A016B2;
}
.TagClassName
{
border-color: #A016B2;
}
</style>