Shades of Dark Orchid #A021BF
Tints of Dark Orchid #A021BF
RGB
CMYK
RGB Variations
Color information
#A021BF (or 0xA021BF) is known color: Dark Orchid. HEX triplet: A0, 21 and BF. RGB value is (160,33,191). Sum of RGB (Red+Green+Blue) = 160+33+191=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #A021BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A021BF is #5FDE40. Grayscale: #585858. Windows color (decimal): -6282817 or 12525984. OLE color: 12525984.
HSL color Cylindrical-coordinate representation of color #A021BF: hue angle of 288.23º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A021BF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 33 | 191 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.25 |
| HSL | 288.23º | 0.71% | 0.44% | - |
| HSV(B) | 288.23º | 0.83% | 0.75% | - |
| XYZ | 24.45 | 12.32 | 50.38 | - |
| YUV | 88.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 191 | 0.16 | 0.83 | 0 | 0.25 | 288.23 | 0.71 | 0.44 |
| Hex | A0 | 21 | BF | 10 | 53 | 0 | 19 | 120 | 47 | 2C |
| Octal | 240 | 41 | 277 | 20 | 123 | 0 | 31 | 440 | 107 | 54 |
| Binary | 10100000 | 100001 | 10111111 | 10000 | 1010011 | 0 | 11001 | 100100000 | 1000111 | 101100 |
Color Harmonies of #A021BF
Complementary color
Monochromatic Colors of #A021BF
Black with #A021BF
Text Example
Text Example
White with #A021BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A021BF; }
p { color: rgb(160,33,191); }
H1.HeaderClassName
{
color: #A021BF;
}
.AnyTagClassName
{
color: #A021BF;
}
</style>
background-color css
<style>
a { background-color: #A021BF; }
a { background-color: rgb(160,33,191); }
div.DivClassName
{
background-color: #A021BF;
}
.BgClassName
{
background-color: #A021BF;
}
</style>
border-color css
<style>
span { border-color: #A021BF; }
span { border-color: rgb(160,33,191); }
td.TdClassName
{
border-color: #A021BF;
}
.TagClassName
{
border-color: #A021BF;
}
</style>