Shades of Dark Orchid #A21AD4
Tints of Dark Orchid #A21AD4
RGB
CMYK
RGB Variations
Color information
#A21AD4 (or 0xA21AD4) is known color: Dark Orchid. HEX triplet: A2, 1A and D4. RGB value is (162,26,212). Sum of RGB (Red+Green+Blue) = 162+26+212=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 212 (83.20% from 255 or 53% from 400); Max value from RGB is 212 - color contains mainly: blue. Hex color #A21AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21AD4 is #5DE52B. Grayscale: #575757. Windows color (decimal): -6153516 or 13900450. OLE color: 13900450.
HSL color Cylindrical-coordinate representation of color #A21AD4: hue angle of 283.87º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21AD4 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 26 | 212 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.17 |
| HSL | 283.87º | 0.78% | 0.47% | - |
| HSV(B) | 283.87º | 0.88% | 0.83% | - |
| XYZ | 27.15 | 13.17 | 63.4 | - |
| YUV | 87.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 212 | 0.24 | 0.88 | 0 | 0.17 | 283.87 | 0.78 | 0.47 |
| Hex | A2 | 1A | D4 | 18 | 58 | 0 | 11 | 11C | 4E | 2F |
| Octal | 242 | 32 | 324 | 30 | 130 | 0 | 21 | 434 | 116 | 57 |
| Binary | 10100010 | 11010 | 11010100 | 11000 | 1011000 | 0 | 10001 | 100011100 | 1001110 | 101111 |
Color Harmonies of #A21AD4
Complementary color
Monochromatic Colors of #A21AD4
Black with #A21AD4
Text Example
Text Example
White with #A21AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AD4; }
p { color: rgb(162,26,212); }
H1.HeaderClassName
{
color: #A21AD4;
}
.AnyTagClassName
{
color: #A21AD4;
}
</style>
background-color css
<style>
a { background-color: #A21AD4; }
a { background-color: rgb(162,26,212); }
div.DivClassName
{
background-color: #A21AD4;
}
.BgClassName
{
background-color: #A21AD4;
}
</style>
border-color css
<style>
span { border-color: #A21AD4; }
span { border-color: rgb(162,26,212); }
td.TdClassName
{
border-color: #A21AD4;
}
.TagClassName
{
border-color: #A21AD4;
}
</style>