Shades of Dark Orchid #A21ACB
Tints of Dark Orchid #A21ACB
RGB
CMYK
RGB Variations
Color information
#A21ACB (or 0xA21ACB) is known color: Dark Orchid. HEX triplet: A2, 1A and CB. RGB value is (162,26,203). Sum of RGB (Red+Green+Blue) = 162+26+203=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #A21ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ACB is #5DE534. Grayscale: #565656. Windows color (decimal): -6153525 or 13310626. OLE color: 13310626.
HSL color Cylindrical-coordinate representation of color #A21ACB: hue angle of 286.1º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21ACB is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 26 | 203 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.20 |
| HSL | 286.1º | 0.77% | 0.45% | - |
| HSV(B) | 286.1º | 0.87% | 0.8% | - |
| XYZ | 26.05 | 12.73 | 57.58 | - |
| YUV | 86.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 203 | 0.20 | 0.87 | 0 | 0.20 | 286.1 | 0.77 | 0.45 |
| Hex | A2 | 1A | CB | 14 | 57 | 0 | 14 | 11E | 4D | 2D |
| Octal | 242 | 32 | 313 | 24 | 127 | 0 | 24 | 436 | 115 | 55 |
| Binary | 10100010 | 11010 | 11001011 | 10100 | 1010111 | 0 | 10100 | 100011110 | 1001101 | 101101 |
Color Harmonies of #A21ACB
Complementary color
Monochromatic Colors of #A21ACB
Black with #A21ACB
Text Example
Text Example
White with #A21ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21ACB; }
p { color: rgb(162,26,203); }
H1.HeaderClassName
{
color: #A21ACB;
}
.AnyTagClassName
{
color: #A21ACB;
}
</style>
background-color css
<style>
a { background-color: #A21ACB; }
a { background-color: rgb(162,26,203); }
div.DivClassName
{
background-color: #A21ACB;
}
.BgClassName
{
background-color: #A21ACB;
}
</style>
border-color css
<style>
span { border-color: #A21ACB; }
span { border-color: rgb(162,26,203); }
td.TdClassName
{
border-color: #A21ACB;
}
.TagClassName
{
border-color: #A21ACB;
}
</style>