Shades of Dark Orchid #A21AAD
Tints of Dark Orchid #A21AAD
RGB
CMYK
RGB Variations
Color information
#A21AAD (or 0xA21AAD) is known color: Dark Orchid. HEX triplet: A2, 1A and AD. RGB value is (162,26,173). Sum of RGB (Red+Green+Blue) = 162+26+173=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #A21AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21AAD is #5DE552. Grayscale: #525252. Windows color (decimal): -6153555 or 11344546. OLE color: 11344546.
HSL color Cylindrical-coordinate representation of color #A21AAD: hue angle of 295.51º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21AAD is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 26 | 173 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.32 |
| HSL | 295.51º | 0.74% | 0.39% | - |
| HSV(B) | 295.51º | 0.85% | 0.68% | - |
| XYZ | 22.81 | 11.44 | 40.54 | - |
| YUV | 83.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 173 | 0.06 | 0.85 | 0 | 0.32 | 295.51 | 0.74 | 0.39 |
| Hex | A2 | 1A | AD | 6 | 55 | 0 | 20 | 128 | 4A | 27 |
| Octal | 242 | 32 | 255 | 6 | 125 | 0 | 40 | 450 | 112 | 47 |
| Binary | 10100010 | 11010 | 10101101 | 110 | 1010101 | 0 | 100000 | 100101000 | 1001010 | 100111 |
Color Harmonies of #A21AAD
Complementary color
Monochromatic Colors of #A21AAD
Black with #A21AAD
Text Example
Text Example
White with #A21AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AAD; }
p { color: rgb(162,26,173); }
H1.HeaderClassName
{
color: #A21AAD;
}
.AnyTagClassName
{
color: #A21AAD;
}
</style>
background-color css
<style>
a { background-color: #A21AAD; }
a { background-color: rgb(162,26,173); }
div.DivClassName
{
background-color: #A21AAD;
}
.BgClassName
{
background-color: #A21AAD;
}
</style>
border-color css
<style>
span { border-color: #A21AAD; }
span { border-color: rgb(162,26,173); }
td.TdClassName
{
border-color: #A21AAD;
}
.TagClassName
{
border-color: #A21AAD;
}
</style>