Shades of Dark Orchid #A21CBC
Tints of Dark Orchid #A21CBC
RGB
CMYK
RGB Variations
Color information
#A21CBC (or 0xA21CBC) is known color: Dark Orchid. HEX triplet: A2, 1C and BC. RGB value is (162,28,188). Sum of RGB (Red+Green+Blue) = 162+28+188=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #A21CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CBC is #5DE343. Grayscale: #555555. Windows color (decimal): -6153028 or 12328098. OLE color: 12328098.
HSL color Cylindrical-coordinate representation of color #A21CBC: hue angle of 290.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21CBC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 28 | 188 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.26 |
| HSL | 290.25º | 0.74% | 0.42% | - |
| HSV(B) | 290.25º | 0.85% | 0.74% | - |
| XYZ | 24.39 | 12.14 | 48.64 | - |
| YUV | 86.31 | 185.39 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 188 | 0.14 | 0.85 | 0 | 0.26 | 290.25 | 0.74 | 0.42 |
| Hex | A2 | 1C | BC | E | 55 | 0 | 1A | 122 | 4A | 2A |
| Octal | 242 | 34 | 274 | 16 | 125 | 0 | 32 | 442 | 112 | 52 |
| Binary | 10100010 | 11100 | 10111100 | 1110 | 1010101 | 0 | 11010 | 100100010 | 1001010 | 101010 |
Color Harmonies of #A21CBC
Complementary color
Monochromatic Colors of #A21CBC
Black with #A21CBC
Text Example
Text Example
White with #A21CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CBC; }
p { color: rgb(162,28,188); }
H1.HeaderClassName
{
color: #A21CBC;
}
.AnyTagClassName
{
color: #A21CBC;
}
</style>
background-color css
<style>
a { background-color: #A21CBC; }
a { background-color: rgb(162,28,188); }
div.DivClassName
{
background-color: #A21CBC;
}
.BgClassName
{
background-color: #A21CBC;
}
</style>
border-color css
<style>
span { border-color: #A21CBC; }
span { border-color: rgb(162,28,188); }
td.TdClassName
{
border-color: #A21CBC;
}
.TagClassName
{
border-color: #A21CBC;
}
</style>