Shades of Dark Orchid #A21DB4
Tints of Dark Orchid #A21DB4
RGB
CMYK
RGB Variations
Color information
#A21DB4 (or 0xA21DB4) is known color: Dark Orchid. HEX triplet: A2, 1D and B4. RGB value is (162,29,180). Sum of RGB (Red+Green+Blue) = 162+29+180=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #A21DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DB4 is #5DE24B. Grayscale: #555555. Windows color (decimal): -6152780 or 11804066. OLE color: 11804066.
HSL color Cylindrical-coordinate representation of color #A21DB4: hue angle of 292.85º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21DB4 is Cyan = 0.1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 29 | 180 | - |
| CMYK | 0.1 | 0.84 | 0 | 0.29 |
| HSL | 292.85º | 0.72% | 0.41% | - |
| HSV(B) | 292.85º | 0.84% | 0.71% | - |
| XYZ | 23.58 | 11.86 | 44.23 | - |
| YUV | 85.98 | 181.06 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 180 | 0.1 | 0.84 | 0 | 0.29 | 292.85 | 0.72 | 0.41 |
| Hex | A2 | 1D | B4 | A | 54 | 0 | 1D | 125 | 48 | 29 |
| Octal | 242 | 35 | 264 | 12 | 124 | 0 | 35 | 445 | 110 | 51 |
| Binary | 10100010 | 11101 | 10110100 | 1010 | 1010100 | 0 | 11101 | 100100101 | 1001000 | 101001 |
Color Harmonies of #A21DB4
Complementary color
Monochromatic Colors of #A21DB4
Black with #A21DB4
Text Example
Text Example
White with #A21DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21DB4; }
p { color: rgb(162,29,180); }
H1.HeaderClassName
{
color: #A21DB4;
}
.AnyTagClassName
{
color: #A21DB4;
}
</style>
background-color css
<style>
a { background-color: #A21DB4; }
a { background-color: rgb(162,29,180); }
div.DivClassName
{
background-color: #A21DB4;
}
.BgClassName
{
background-color: #A21DB4;
}
</style>
border-color css
<style>
span { border-color: #A21DB4; }
span { border-color: rgb(162,29,180); }
td.TdClassName
{
border-color: #A21DB4;
}
.TagClassName
{
border-color: #A21DB4;
}
</style>