Shades of Dark Orchid #A21BBC
Tints of Dark Orchid #A21BBC
RGB
CMYK
RGB Variations
Color information
#A21BBC (or 0xA21BBC) is known color: Dark Orchid. HEX triplet: A2, 1B and BC. RGB value is (162,27,188). Sum of RGB (Red+Green+Blue) = 162+27+188=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #A21BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BBC is #5DE443. Grayscale: #555555. Windows color (decimal): -6153284 or 12327842. OLE color: 12327842.
HSL color Cylindrical-coordinate representation of color #A21BBC: hue angle of 290.31º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21BBC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 27 | 188 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.26 |
| HSL | 290.31º | 0.75% | 0.42% | - |
| HSV(B) | 290.31º | 0.86% | 0.74% | - |
| XYZ | 24.37 | 12.1 | 48.63 | - |
| YUV | 85.72 | 185.73 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 188 | 0.14 | 0.86 | 0 | 0.26 | 290.31 | 0.75 | 0.42 |
| Hex | A2 | 1B | BC | E | 56 | 0 | 1A | 122 | 4B | 2A |
| Octal | 242 | 33 | 274 | 16 | 126 | 0 | 32 | 442 | 113 | 52 |
| Binary | 10100010 | 11011 | 10111100 | 1110 | 1010110 | 0 | 11010 | 100100010 | 1001011 | 101010 |
Color Harmonies of #A21BBC
Complementary color
Monochromatic Colors of #A21BBC
Black with #A21BBC
Text Example
Text Example
White with #A21BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BBC; }
p { color: rgb(162,27,188); }
H1.HeaderClassName
{
color: #A21BBC;
}
.AnyTagClassName
{
color: #A21BBC;
}
</style>
background-color css
<style>
a { background-color: #A21BBC; }
a { background-color: rgb(162,27,188); }
div.DivClassName
{
background-color: #A21BBC;
}
.BgClassName
{
background-color: #A21BBC;
}
</style>
border-color css
<style>
span { border-color: #A21BBC; }
span { border-color: rgb(162,27,188); }
td.TdClassName
{
border-color: #A21BBC;
}
.TagClassName
{
border-color: #A21BBC;
}
</style>