Shades of Dark Orchid #A21BAC
Tints of Dark Orchid #A21BAC
RGB
CMYK
RGB Variations
Color information
#A21BAC (or 0xA21BAC) is known color: Dark Orchid. HEX triplet: A2, 1B and AC. RGB value is (162,27,172). Sum of RGB (Red+Green+Blue) = 162+27+172=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #A21BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21BAC is #5DE453. Grayscale: #535353. Windows color (decimal): -6153300 or 11279266. OLE color: 11279266.
HSL color Cylindrical-coordinate representation of color #A21BAC: hue angle of 295.86º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21BAC is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 27 | 172 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.33 |
| HSL | 295.86º | 0.73% | 0.39% | - |
| HSV(B) | 295.86º | 0.84% | 0.67% | - |
| XYZ | 22.74 | 11.44 | 40.04 | - |
| YUV | 83.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 172 | 0.06 | 0.84 | 0 | 0.33 | 295.86 | 0.73 | 0.39 |
| Hex | A2 | 1B | AC | 6 | 54 | 0 | 21 | 128 | 49 | 27 |
| Octal | 242 | 33 | 254 | 6 | 124 | 0 | 41 | 450 | 111 | 47 |
| Binary | 10100010 | 11011 | 10101100 | 110 | 1010100 | 0 | 100001 | 100101000 | 1001001 | 100111 |
Color Harmonies of #A21BAC
Complementary color
Monochromatic Colors of #A21BAC
Black with #A21BAC
Text Example
Text Example
White with #A21BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BAC; }
p { color: rgb(162,27,172); }
H1.HeaderClassName
{
color: #A21BAC;
}
.AnyTagClassName
{
color: #A21BAC;
}
</style>
background-color css
<style>
a { background-color: #A21BAC; }
a { background-color: rgb(162,27,172); }
div.DivClassName
{
background-color: #A21BAC;
}
.BgClassName
{
background-color: #A21BAC;
}
</style>
border-color css
<style>
span { border-color: #A21BAC; }
span { border-color: rgb(162,27,172); }
td.TdClassName
{
border-color: #A21BAC;
}
.TagClassName
{
border-color: #A21BAC;
}
</style>