Shades of Dark Orchid #A91FE6
Tints of Dark Orchid #A91FE6
RGB
CMYK
RGB Variations
Color information
#A91FE6 (or 0xA91FE6) is known color: Dark Orchid. HEX triplet: A9, 1F and E6. RGB value is (169,31,230). Sum of RGB (Red+Green+Blue) = 169+31+230=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #A91FE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91FE6 is #56E019. Grayscale: #5E5E5E. Windows color (decimal): -5693466 or 15081385. OLE color: 15081385.
HSL color Cylindrical-coordinate representation of color #A91FE6: hue angle of 281.61º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91FE6 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 31 | 230 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.10 |
| HSL | 281.61º | 0.8% | 0.51% | - |
| HSV(B) | 281.61º | 0.87% | 0.9% | - |
| XYZ | 31.14 | 15.13 | 76.14 | - |
| YUV | 94.95 | 204.22 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 230 | 0.27 | 0.87 | 0 | 0.10 | 281.61 | 0.8 | 0.51 |
| Hex | A9 | 1F | E6 | 1B | 57 | 0 | A | 11A | 50 | 33 |
| Octal | 251 | 37 | 346 | 33 | 127 | 0 | 12 | 432 | 120 | 63 |
| Binary | 10101001 | 11111 | 11100110 | 11011 | 1010111 | 0 | 1010 | 100011010 | 1010000 | 110011 |
Color Harmonies of #A91FE6
Complementary color
Monochromatic Colors of #A91FE6
Black with #A91FE6
Text Example
Text Example
White with #A91FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FE6; }
p { color: rgb(169,31,230); }
H1.HeaderClassName
{
color: #A91FE6;
}
.AnyTagClassName
{
color: #A91FE6;
}
</style>
background-color css
<style>
a { background-color: #A91FE6; }
a { background-color: rgb(169,31,230); }
div.DivClassName
{
background-color: #A91FE6;
}
.BgClassName
{
background-color: #A91FE6;
}
</style>
border-color css
<style>
span { border-color: #A91FE6; }
span { border-color: rgb(169,31,230); }
td.TdClassName
{
border-color: #A91FE6;
}
.TagClassName
{
border-color: #A91FE6;
}
</style>