Shades of Dark Orchid #A21FCB
Tints of Dark Orchid #A21FCB
RGB
CMYK
RGB Variations
Color information
#A21FCB (or 0xA21FCB) is known color: Dark Orchid. HEX triplet: A2, 1F and CB. RGB value is (162,31,203). Sum of RGB (Red+Green+Blue) = 162+31+203=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #A21FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FCB is #5DE034. Grayscale: #595959. Windows color (decimal): -6152245 or 13311906. OLE color: 13311906.
HSL color Cylindrical-coordinate representation of color #A21FCB: hue angle of 285.7º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21FCB is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 31 | 203 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.20 |
| HSL | 285.7º | 0.74% | 0.46% | - |
| HSV(B) | 285.7º | 0.85% | 0.8% | - |
| XYZ | 26.17 | 12.97 | 57.62 | - |
| YUV | 89.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 203 | 0.20 | 0.85 | 0 | 0.20 | 285.7 | 0.74 | 0.46 |
| Hex | A2 | 1F | CB | 14 | 55 | 0 | 14 | 11E | 4A | 2E |
| Octal | 242 | 37 | 313 | 24 | 125 | 0 | 24 | 436 | 112 | 56 |
| Binary | 10100010 | 11111 | 11001011 | 10100 | 1010101 | 0 | 10100 | 100011110 | 1001010 | 101110 |
Color Harmonies of #A21FCB
Complementary color
Monochromatic Colors of #A21FCB
Black with #A21FCB
Text Example
Text Example
White with #A21FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FCB; }
p { color: rgb(162,31,203); }
H1.HeaderClassName
{
color: #A21FCB;
}
.AnyTagClassName
{
color: #A21FCB;
}
</style>
background-color css
<style>
a { background-color: #A21FCB; }
a { background-color: rgb(162,31,203); }
div.DivClassName
{
background-color: #A21FCB;
}
.BgClassName
{
background-color: #A21FCB;
}
</style>
border-color css
<style>
span { border-color: #A21FCB; }
span { border-color: rgb(162,31,203); }
td.TdClassName
{
border-color: #A21FCB;
}
.TagClassName
{
border-color: #A21FCB;
}
</style>