Shades of Dark Orchid #A21FC9
Tints of Dark Orchid #A21FC9
RGB
CMYK
RGB Variations
Color information
#A21FC9 (or 0xA21FC9) is known color: Dark Orchid. HEX triplet: A2, 1F and C9. RGB value is (162,31,201). Sum of RGB (Red+Green+Blue) = 162+31+201=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #A21FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FC9 is #5DE036. Grayscale: #595959. Windows color (decimal): -6152247 or 13180834. OLE color: 13180834.
HSL color Cylindrical-coordinate representation of color #A21FC9: hue angle of 286.24º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21FC9 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 31 | 201 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.21 |
| HSL | 286.24º | 0.73% | 0.45% | - |
| HSV(B) | 286.24º | 0.85% | 0.79% | - |
| XYZ | 25.93 | 12.88 | 56.38 | - |
| YUV | 89.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 201 | 0.19 | 0.85 | 0 | 0.21 | 286.24 | 0.73 | 0.45 |
| Hex | A2 | 1F | C9 | 13 | 55 | 0 | 15 | 11E | 49 | 2D |
| Octal | 242 | 37 | 311 | 23 | 125 | 0 | 25 | 436 | 111 | 55 |
| Binary | 10100010 | 11111 | 11001001 | 10011 | 1010101 | 0 | 10101 | 100011110 | 1001001 | 101101 |
Color Harmonies of #A21FC9
Complementary color
Monochromatic Colors of #A21FC9
Black with #A21FC9
Text Example
Text Example
White with #A21FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FC9; }
p { color: rgb(162,31,201); }
H1.HeaderClassName
{
color: #A21FC9;
}
.AnyTagClassName
{
color: #A21FC9;
}
</style>
background-color css
<style>
a { background-color: #A21FC9; }
a { background-color: rgb(162,31,201); }
div.DivClassName
{
background-color: #A21FC9;
}
.BgClassName
{
background-color: #A21FC9;
}
</style>
border-color css
<style>
span { border-color: #A21FC9; }
span { border-color: rgb(162,31,201); }
td.TdClassName
{
border-color: #A21FC9;
}
.TagClassName
{
border-color: #A21FC9;
}
</style>