Shades of Dark Orchid #A21BB2
Tints of Dark Orchid #A21BB2
RGB
CMYK
RGB Variations
Color information
#A21BB2 (or 0xA21BB2) is known color: Dark Orchid. HEX triplet: A2, 1B and B2. RGB value is (162,27,178). Sum of RGB (Red+Green+Blue) = 162+27+178=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #A21BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21BB2 is #5DE44D. Grayscale: #545454. Windows color (decimal): -6153294 or 11672482. OLE color: 11672482.
HSL color Cylindrical-coordinate representation of color #A21BB2: hue angle of 293.64º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21BB2 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 27 | 178 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.30 |
| HSL | 293.64º | 0.74% | 0.4% | - |
| HSV(B) | 293.64º | 0.85% | 0.7% | - |
| XYZ | 23.33 | 11.68 | 43.14 | - |
| YUV | 84.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 178 | 0.09 | 0.85 | 0 | 0.30 | 293.64 | 0.74 | 0.4 |
| Hex | A2 | 1B | B2 | 9 | 55 | 0 | 1E | 126 | 4A | 28 |
| Octal | 242 | 33 | 262 | 11 | 125 | 0 | 36 | 446 | 112 | 50 |
| Binary | 10100010 | 11011 | 10110010 | 1001 | 1010101 | 0 | 11110 | 100100110 | 1001010 | 101000 |
Color Harmonies of #A21BB2
Complementary color
Monochromatic Colors of #A21BB2
Black with #A21BB2
Text Example
Text Example
White with #A21BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BB2; }
p { color: rgb(162,27,178); }
H1.HeaderClassName
{
color: #A21BB2;
}
.AnyTagClassName
{
color: #A21BB2;
}
</style>
background-color css
<style>
a { background-color: #A21BB2; }
a { background-color: rgb(162,27,178); }
div.DivClassName
{
background-color: #A21BB2;
}
.BgClassName
{
background-color: #A21BB2;
}
</style>
border-color css
<style>
span { border-color: #A21BB2; }
span { border-color: rgb(162,27,178); }
td.TdClassName
{
border-color: #A21BB2;
}
.TagClassName
{
border-color: #A21BB2;
}
</style>