Shades of Dark Orchid #A21AB1
Tints of Dark Orchid #A21AB1
RGB
CMYK
RGB Variations
Color information
#A21AB1 (or 0xA21AB1) is known color: Dark Orchid. HEX triplet: A2, 1A and B1. RGB value is (162,26,177). Sum of RGB (Red+Green+Blue) = 162+26+177=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #A21AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21AB1 is #5DE54E. Grayscale: #535353. Windows color (decimal): -6153551 or 11606690. OLE color: 11606690.
HSL color Cylindrical-coordinate representation of color #A21AB1: hue angle of 294.04º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21AB1 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 26 | 177 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.31 |
| HSL | 294.04º | 0.74% | 0.4% | - |
| HSV(B) | 294.04º | 0.85% | 0.69% | - |
| XYZ | 23.21 | 11.59 | 42.61 | - |
| YUV | 83.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 177 | 0.08 | 0.85 | 0 | 0.31 | 294.04 | 0.74 | 0.4 |
| Hex | A2 | 1A | B1 | 8 | 55 | 0 | 1F | 126 | 4A | 28 |
| Octal | 242 | 32 | 261 | 10 | 125 | 0 | 37 | 446 | 112 | 50 |
| Binary | 10100010 | 11010 | 10110001 | 1000 | 1010101 | 0 | 11111 | 100100110 | 1001010 | 101000 |
Color Harmonies of #A21AB1
Complementary color
Monochromatic Colors of #A21AB1
Black with #A21AB1
Text Example
Text Example
White with #A21AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AB1; }
p { color: rgb(162,26,177); }
H1.HeaderClassName
{
color: #A21AB1;
}
.AnyTagClassName
{
color: #A21AB1;
}
</style>
background-color css
<style>
a { background-color: #A21AB1; }
a { background-color: rgb(162,26,177); }
div.DivClassName
{
background-color: #A21AB1;
}
.BgClassName
{
background-color: #A21AB1;
}
</style>
border-color css
<style>
span { border-color: #A21AB1; }
span { border-color: rgb(162,26,177); }
td.TdClassName
{
border-color: #A21AB1;
}
.TagClassName
{
border-color: #A21AB1;
}
</style>