Shades of Dark Orchid #A21BC7
Tints of Dark Orchid #A21BC7
RGB
CMYK
RGB Variations
Color information
#A21BC7 (or 0xA21BC7) is known color: Dark Orchid. HEX triplet: A2, 1B and C7. RGB value is (162,27,199). Sum of RGB (Red+Green+Blue) = 162+27+199=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #A21BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BC7 is #5DE438. Grayscale: #565656. Windows color (decimal): -6153273 or 13048738. OLE color: 13048738.
HSL color Cylindrical-coordinate representation of color #A21BC7: hue angle of 287.09º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21BC7 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 27 | 199 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.22 |
| HSL | 287.09º | 0.76% | 0.44% | - |
| HSV(B) | 287.09º | 0.86% | 0.78% | - |
| XYZ | 25.6 | 12.59 | 55.11 | - |
| YUV | 86.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 199 | 0.19 | 0.86 | 0 | 0.22 | 287.09 | 0.76 | 0.44 |
| Hex | A2 | 1B | C7 | 13 | 56 | 0 | 16 | 11F | 4C | 2C |
| Octal | 242 | 33 | 307 | 23 | 126 | 0 | 26 | 437 | 114 | 54 |
| Binary | 10100010 | 11011 | 11000111 | 10011 | 1010110 | 0 | 10110 | 100011111 | 1001100 | 101100 |
Color Harmonies of #A21BC7
Complementary color
Monochromatic Colors of #A21BC7
Black with #A21BC7
Text Example
Text Example
White with #A21BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BC7; }
p { color: rgb(162,27,199); }
H1.HeaderClassName
{
color: #A21BC7;
}
.AnyTagClassName
{
color: #A21BC7;
}
</style>
background-color css
<style>
a { background-color: #A21BC7; }
a { background-color: rgb(162,27,199); }
div.DivClassName
{
background-color: #A21BC7;
}
.BgClassName
{
background-color: #A21BC7;
}
</style>
border-color css
<style>
span { border-color: #A21BC7; }
span { border-color: rgb(162,27,199); }
td.TdClassName
{
border-color: #A21BC7;
}
.TagClassName
{
border-color: #A21BC7;
}
</style>