Shades of Dark Orchid #A91FE0
Tints of Dark Orchid #A91FE0
RGB
CMYK
RGB Variations
Color information
#A91FE0 (or 0xA91FE0) is known color: Dark Orchid. HEX triplet: A9, 1F and E0. RGB value is (169,31,224). Sum of RGB (Red+Green+Blue) = 169+31+224=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #A91FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91FE0 is #56E01F. Grayscale: #5D5D5D. Windows color (decimal): -5693472 or 14688169. OLE color: 14688169.
HSL color Cylindrical-coordinate representation of color #A91FE0: hue angle of 282.9º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91FE0 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 31 | 224 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.12 |
| HSL | 282.9º | 0.76% | 0.5% | - |
| HSV(B) | 282.9º | 0.86% | 0.88% | - |
| XYZ | 30.31 | 14.8 | 71.78 | - |
| YUV | 94.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 224 | 0.25 | 0.86 | 0 | 0.12 | 282.9 | 0.76 | 0.5 |
| Hex | A9 | 1F | E0 | 19 | 56 | 0 | C | 11B | 4C | 32 |
| Octal | 251 | 37 | 340 | 31 | 126 | 0 | 14 | 433 | 114 | 62 |
| Binary | 10101001 | 11111 | 11100000 | 11001 | 1010110 | 0 | 1100 | 100011011 | 1001100 | 110010 |
Color Harmonies of #A91FE0
Complementary color
Monochromatic Colors of #A91FE0
Black with #A91FE0
Text Example
Text Example
White with #A91FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FE0; }
p { color: rgb(169,31,224); }
H1.HeaderClassName
{
color: #A91FE0;
}
.AnyTagClassName
{
color: #A91FE0;
}
</style>
background-color css
<style>
a { background-color: #A91FE0; }
a { background-color: rgb(169,31,224); }
div.DivClassName
{
background-color: #A91FE0;
}
.BgClassName
{
background-color: #A91FE0;
}
</style>
border-color css
<style>
span { border-color: #A91FE0; }
span { border-color: rgb(169,31,224); }
td.TdClassName
{
border-color: #A91FE0;
}
.TagClassName
{
border-color: #A91FE0;
}
</style>