Shades of Dark Orchid #A21BAE
Tints of Dark Orchid #A21BAE
RGB
CMYK
RGB Variations
Color information
#A21BAE (or 0xA21BAE) is known color: Dark Orchid. HEX triplet: A2, 1B and AE. RGB value is (162,27,174). Sum of RGB (Red+Green+Blue) = 162+27+174=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #A21BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21BAE is #5DE451. Grayscale: #535353. Windows color (decimal): -6153298 or 11410338. OLE color: 11410338.
HSL color Cylindrical-coordinate representation of color #A21BAE: hue angle of 295.1º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21BAE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 27 | 174 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.32 |
| HSL | 295.1º | 0.73% | 0.39% | - |
| HSV(B) | 295.1º | 0.84% | 0.68% | - |
| XYZ | 22.93 | 11.52 | 41.06 | - |
| YUV | 84.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 174 | 0.07 | 0.84 | 0 | 0.32 | 295.1 | 0.73 | 0.39 |
| Hex | A2 | 1B | AE | 7 | 54 | 0 | 20 | 127 | 49 | 27 |
| Octal | 242 | 33 | 256 | 7 | 124 | 0 | 40 | 447 | 111 | 47 |
| Binary | 10100010 | 11011 | 10101110 | 111 | 1010100 | 0 | 100000 | 100100111 | 1001001 | 100111 |
Color Harmonies of #A21BAE
Complementary color
Monochromatic Colors of #A21BAE
Black with #A21BAE
Text Example
Text Example
White with #A21BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BAE; }
p { color: rgb(162,27,174); }
H1.HeaderClassName
{
color: #A21BAE;
}
.AnyTagClassName
{
color: #A21BAE;
}
</style>
background-color css
<style>
a { background-color: #A21BAE; }
a { background-color: rgb(162,27,174); }
div.DivClassName
{
background-color: #A21BAE;
}
.BgClassName
{
background-color: #A21BAE;
}
</style>
border-color css
<style>
span { border-color: #A21BAE; }
span { border-color: rgb(162,27,174); }
td.TdClassName
{
border-color: #A21BAE;
}
.TagClassName
{
border-color: #A21BAE;
}
</style>