Shades of Dark Orchid #A21FC7
Tints of Dark Orchid #A21FC7
RGB
CMYK
RGB Variations
Color information
#A21FC7 (or 0xA21FC7) is known color: Dark Orchid. HEX triplet: A2, 1F and C7. RGB value is (162,31,199). Sum of RGB (Red+Green+Blue) = 162+31+199=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #A21FC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FC7 is #5DE038. Grayscale: #585858. Windows color (decimal): -6152249 or 13049762. OLE color: 13049762.
HSL color Cylindrical-coordinate representation of color #A21FC7: hue angle of 286.79º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21FC7 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 31 | 199 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.22 |
| HSL | 286.79º | 0.73% | 0.45% | - |
| HSV(B) | 286.79º | 0.84% | 0.78% | - |
| XYZ | 25.7 | 12.78 | 55.15 | - |
| YUV | 89.32 | 189.9 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 199 | 0.19 | 0.84 | 0 | 0.22 | 286.79 | 0.73 | 0.45 |
| Hex | A2 | 1F | C7 | 13 | 54 | 0 | 16 | 11F | 49 | 2D |
| Octal | 242 | 37 | 307 | 23 | 124 | 0 | 26 | 437 | 111 | 55 |
| Binary | 10100010 | 11111 | 11000111 | 10011 | 1010100 | 0 | 10110 | 100011111 | 1001001 | 101101 |
Color Harmonies of #A21FC7
Complementary color
Monochromatic Colors of #A21FC7
Black with #A21FC7
Text Example
Text Example
White with #A21FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FC7; }
p { color: rgb(162,31,199); }
H1.HeaderClassName
{
color: #A21FC7;
}
.AnyTagClassName
{
color: #A21FC7;
}
</style>
background-color css
<style>
a { background-color: #A21FC7; }
a { background-color: rgb(162,31,199); }
div.DivClassName
{
background-color: #A21FC7;
}
.BgClassName
{
background-color: #A21FC7;
}
</style>
border-color css
<style>
span { border-color: #A21FC7; }
span { border-color: rgb(162,31,199); }
td.TdClassName
{
border-color: #A21FC7;
}
.TagClassName
{
border-color: #A21FC7;
}
</style>