Shades of Dark Orchid #A21AAF
Tints of Dark Orchid #A21AAF
RGB
CMYK
RGB Variations
Color information
#A21AAF (or 0xA21AAF) is known color: Dark Orchid. HEX triplet: A2, 1A and AF. RGB value is (162,26,175). Sum of RGB (Red+Green+Blue) = 162+26+175=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #A21AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21AAF is #5DE550. Grayscale: #535353. Windows color (decimal): -6153553 or 11475618. OLE color: 11475618.
HSL color Cylindrical-coordinate representation of color #A21AAF: hue angle of 294.77º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21AAF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 26 | 175 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.31 |
| HSL | 294.77º | 0.74% | 0.39% | - |
| HSV(B) | 294.77º | 0.85% | 0.69% | - |
| XYZ | 23.01 | 11.52 | 41.57 | - |
| YUV | 83.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 175 | 0.07 | 0.85 | 0 | 0.31 | 294.77 | 0.74 | 0.39 |
| Hex | A2 | 1A | AF | 7 | 55 | 0 | 1F | 127 | 4A | 27 |
| Octal | 242 | 32 | 257 | 7 | 125 | 0 | 37 | 447 | 112 | 47 |
| Binary | 10100010 | 11010 | 10101111 | 111 | 1010101 | 0 | 11111 | 100100111 | 1001010 | 100111 |
Color Harmonies of #A21AAF
Complementary color
Monochromatic Colors of #A21AAF
Black with #A21AAF
Text Example
Text Example
White with #A21AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AAF; }
p { color: rgb(162,26,175); }
H1.HeaderClassName
{
color: #A21AAF;
}
.AnyTagClassName
{
color: #A21AAF;
}
</style>
background-color css
<style>
a { background-color: #A21AAF; }
a { background-color: rgb(162,26,175); }
div.DivClassName
{
background-color: #A21AAF;
}
.BgClassName
{
background-color: #A21AAF;
}
</style>
border-color css
<style>
span { border-color: #A21AAF; }
span { border-color: rgb(162,26,175); }
td.TdClassName
{
border-color: #A21AAF;
}
.TagClassName
{
border-color: #A21AAF;
}
</style>