Shades of Dark Orchid #A91DC2
Tints of Dark Orchid #A91DC2
RGB
CMYK
RGB Variations
Color information
#A91DC2 (or 0xA91DC2) is known color: Dark Orchid. HEX triplet: A9, 1D and C2. RGB value is (169,29,194). Sum of RGB (Red+Green+Blue) = 169+29+194=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #A91DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DC2 is #56E23D. Grayscale: #595959. Windows color (decimal): -5694014 or 12721577. OLE color: 12721577.
HSL color Cylindrical-coordinate representation of color #A91DC2: hue angle of 290.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91DC2 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 29 | 194 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.24 |
| HSL | 290.91º | 0.74% | 0.44% | - |
| HSV(B) | 290.91º | 0.85% | 0.76% | - |
| XYZ | 26.54 | 13.21 | 52.19 | - |
| YUV | 89.67 | 186.88 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 194 | 0.13 | 0.85 | 0 | 0.24 | 290.91 | 0.74 | 0.44 |
| Hex | A9 | 1D | C2 | D | 55 | 0 | 18 | 123 | 4A | 2C |
| Octal | 251 | 35 | 302 | 15 | 125 | 0 | 30 | 443 | 112 | 54 |
| Binary | 10101001 | 11101 | 11000010 | 1101 | 1010101 | 0 | 11000 | 100100011 | 1001010 | 101100 |
Color Harmonies of #A91DC2
Complementary color
Monochromatic Colors of #A91DC2
Black with #A91DC2
Text Example
Text Example
White with #A91DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DC2; }
p { color: rgb(169,29,194); }
H1.HeaderClassName
{
color: #A91DC2;
}
.AnyTagClassName
{
color: #A91DC2;
}
</style>
background-color css
<style>
a { background-color: #A91DC2; }
a { background-color: rgb(169,29,194); }
div.DivClassName
{
background-color: #A91DC2;
}
.BgClassName
{
background-color: #A91DC2;
}
</style>
border-color css
<style>
span { border-color: #A91DC2; }
span { border-color: rgb(169,29,194); }
td.TdClassName
{
border-color: #A91DC2;
}
.TagClassName
{
border-color: #A91DC2;
}
</style>