Shades of Dark Orchid #A21FC8
Tints of Dark Orchid #A21FC8
RGB
CMYK
RGB Variations
Color information
#A21FC8 (or 0xA21FC8) is known color: Dark Orchid. HEX triplet: A2, 1F and C8. RGB value is (162,31,200). Sum of RGB (Red+Green+Blue) = 162+31+200=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #A21FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FC8 is #5DE037. Grayscale: #585858. Windows color (decimal): -6152248 or 13115298. OLE color: 13115298.
HSL color Cylindrical-coordinate representation of color #A21FC8: hue angle of 286.51º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21FC8 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 31 | 200 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.22 |
| HSL | 286.51º | 0.73% | 0.45% | - |
| HSV(B) | 286.51º | 0.85% | 0.78% | - |
| XYZ | 25.82 | 12.83 | 55.76 | - |
| YUV | 89.44 | 190.4 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 200 | 0.19 | 0.84 | 0 | 0.22 | 286.51 | 0.73 | 0.45 |
| Hex | A2 | 1F | C8 | 13 | 54 | 0 | 16 | 11F | 49 | 2D |
| Octal | 242 | 37 | 310 | 23 | 124 | 0 | 26 | 437 | 111 | 55 |
| Binary | 10100010 | 11111 | 11001000 | 10011 | 1010100 | 0 | 10110 | 100011111 | 1001001 | 101101 |
Color Harmonies of #A21FC8
Complementary color
Monochromatic Colors of #A21FC8
Black with #A21FC8
Text Example
Text Example
White with #A21FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FC8; }
p { color: rgb(162,31,200); }
H1.HeaderClassName
{
color: #A21FC8;
}
.AnyTagClassName
{
color: #A21FC8;
}
</style>
background-color css
<style>
a { background-color: #A21FC8; }
a { background-color: rgb(162,31,200); }
div.DivClassName
{
background-color: #A21FC8;
}
.BgClassName
{
background-color: #A21FC8;
}
</style>
border-color css
<style>
span { border-color: #A21FC8; }
span { border-color: rgb(162,31,200); }
td.TdClassName
{
border-color: #A21FC8;
}
.TagClassName
{
border-color: #A21FC8;
}
</style>