Shades of Dark Orchid #A91FC1
Tints of Dark Orchid #A91FC1
RGB
CMYK
RGB Variations
Color information
#A91FC1 (or 0xA91FC1) is known color: Dark Orchid. HEX triplet: A9, 1F and C1. RGB value is (169,31,193). Sum of RGB (Red+Green+Blue) = 169+31+193=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #A91FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91FC1 is #56E03E. Grayscale: #5A5A5A. Windows color (decimal): -5693503 or 12656553. OLE color: 12656553.
HSL color Cylindrical-coordinate representation of color #A91FC1: hue angle of 291.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91FC1 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 31 | 193 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.24 |
| HSL | 291.11º | 0.72% | 0.44% | - |
| HSV(B) | 291.11º | 0.84% | 0.76% | - |
| XYZ | 26.48 | 13.27 | 51.62 | - |
| YUV | 90.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 193 | 0.12 | 0.84 | 0 | 0.24 | 291.11 | 0.72 | 0.44 |
| Hex | A9 | 1F | C1 | C | 54 | 0 | 18 | 123 | 48 | 2C |
| Octal | 251 | 37 | 301 | 14 | 124 | 0 | 30 | 443 | 110 | 54 |
| Binary | 10101001 | 11111 | 11000001 | 1100 | 1010100 | 0 | 11000 | 100100011 | 1001000 | 101100 |
Color Harmonies of #A91FC1
Complementary color
Monochromatic Colors of #A91FC1
Black with #A91FC1
Text Example
Text Example
White with #A91FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FC1; }
p { color: rgb(169,31,193); }
H1.HeaderClassName
{
color: #A91FC1;
}
.AnyTagClassName
{
color: #A91FC1;
}
</style>
background-color css
<style>
a { background-color: #A91FC1; }
a { background-color: rgb(169,31,193); }
div.DivClassName
{
background-color: #A91FC1;
}
.BgClassName
{
background-color: #A91FC1;
}
</style>
border-color css
<style>
span { border-color: #A91FC1; }
span { border-color: rgb(169,31,193); }
td.TdClassName
{
border-color: #A91FC1;
}
.TagClassName
{
border-color: #A91FC1;
}
</style>