Shades of Dark Orchid #A21CC5
Tints of Dark Orchid #A21CC5
RGB
CMYK
RGB Variations
Color information
#A21CC5 (or 0xA21CC5) is known color: Dark Orchid. HEX triplet: A2, 1C and C5. RGB value is (162,28,197). Sum of RGB (Red+Green+Blue) = 162+28+197=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #A21CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CC5 is #5DE33A. Grayscale: #565656. Windows color (decimal): -6153019 or 12917922. OLE color: 12917922.
HSL color Cylindrical-coordinate representation of color #A21CC5: hue angle of 287.57º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21CC5 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 28 | 197 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.23 |
| HSL | 287.57º | 0.75% | 0.44% | - |
| HSV(B) | 287.57º | 0.86% | 0.77% | - |
| XYZ | 25.39 | 12.54 | 53.91 | - |
| YUV | 87.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 197 | 0.18 | 0.86 | 0 | 0.23 | 287.57 | 0.75 | 0.44 |
| Hex | A2 | 1C | C5 | 12 | 56 | 0 | 17 | 120 | 4B | 2C |
| Octal | 242 | 34 | 305 | 22 | 126 | 0 | 27 | 440 | 113 | 54 |
| Binary | 10100010 | 11100 | 11000101 | 10010 | 1010110 | 0 | 10111 | 100100000 | 1001011 | 101100 |
Color Harmonies of #A21CC5
Complementary color
Monochromatic Colors of #A21CC5
Black with #A21CC5
Text Example
Text Example
White with #A21CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CC5; }
p { color: rgb(162,28,197); }
H1.HeaderClassName
{
color: #A21CC5;
}
.AnyTagClassName
{
color: #A21CC5;
}
</style>
background-color css
<style>
a { background-color: #A21CC5; }
a { background-color: rgb(162,28,197); }
div.DivClassName
{
background-color: #A21CC5;
}
.BgClassName
{
background-color: #A21CC5;
}
</style>
border-color css
<style>
span { border-color: #A21CC5; }
span { border-color: rgb(162,28,197); }
td.TdClassName
{
border-color: #A21CC5;
}
.TagClassName
{
border-color: #A21CC5;
}
</style>