Shades of Dark Orchid #A21ABF
Tints of Dark Orchid #A21ABF
RGB
CMYK
RGB Variations
Color information
#A21ABF (or 0xA21ABF) is known color: Dark Orchid. HEX triplet: A2, 1A and BF. RGB value is (162,26,191). Sum of RGB (Red+Green+Blue) = 162+26+191=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #A21ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ABF is #5DE540. Grayscale: #545454. Windows color (decimal): -6153537 or 12524194. OLE color: 12524194.
HSL color Cylindrical-coordinate representation of color #A21ABF: hue angle of 289.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21ABF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 26 | 191 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.25 |
| HSL | 289.45º | 0.76% | 0.43% | - |
| HSV(B) | 289.45º | 0.86% | 0.75% | - |
| XYZ | 24.67 | 12.18 | 50.34 | - |
| YUV | 85.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 191 | 0.15 | 0.86 | 0 | 0.25 | 289.45 | 0.76 | 0.43 |
| Hex | A2 | 1A | BF | F | 56 | 0 | 19 | 121 | 4C | 2B |
| Octal | 242 | 32 | 277 | 17 | 126 | 0 | 31 | 441 | 114 | 53 |
| Binary | 10100010 | 11010 | 10111111 | 1111 | 1010110 | 0 | 11001 | 100100001 | 1001100 | 101011 |
Color Harmonies of #A21ABF
Complementary color
Monochromatic Colors of #A21ABF
Black with #A21ABF
Text Example
Text Example
White with #A21ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21ABF; }
p { color: rgb(162,26,191); }
H1.HeaderClassName
{
color: #A21ABF;
}
.AnyTagClassName
{
color: #A21ABF;
}
</style>
background-color css
<style>
a { background-color: #A21ABF; }
a { background-color: rgb(162,26,191); }
div.DivClassName
{
background-color: #A21ABF;
}
.BgClassName
{
background-color: #A21ABF;
}
</style>
border-color css
<style>
span { border-color: #A21ABF; }
span { border-color: rgb(162,26,191); }
td.TdClassName
{
border-color: #A21ABF;
}
.TagClassName
{
border-color: #A21ABF;
}
</style>