Shades of Dark Orchid #A91DAC
Tints of Dark Orchid #A91DAC
RGB
CMYK
RGB Variations
Color information
#A91DAC (or 0xA91DAC) is known color: Dark Orchid. HEX triplet: A9, 1D and AC. RGB value is (169,29,172). Sum of RGB (Red+Green+Blue) = 169+29+172=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #A91DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91DAC is #56E253. Grayscale: #565656. Windows color (decimal): -5694036 or 11279785. OLE color: 11279785.
HSL color Cylindrical-coordinate representation of color #A91DAC: hue angle of 298.74º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91DAC is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 29 | 172 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.33 |
| HSL | 298.74º | 0.71% | 0.39% | - |
| HSV(B) | 298.74º | 0.83% | 0.67% | - |
| XYZ | 24.25 | 12.29 | 40.12 | - |
| YUV | 87.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 172 | 0.02 | 0.83 | 0 | 0.33 | 298.74 | 0.71 | 0.39 |
| Hex | A9 | 1D | AC | 2 | 53 | 0 | 21 | 12B | 47 | 27 |
| Octal | 251 | 35 | 254 | 2 | 123 | 0 | 41 | 453 | 107 | 47 |
| Binary | 10101001 | 11101 | 10101100 | 10 | 1010011 | 0 | 100001 | 100101011 | 1000111 | 100111 |
Color Harmonies of #A91DAC
Complementary color
Monochromatic Colors of #A91DAC
Black with #A91DAC
Text Example
Text Example
White with #A91DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DAC; }
p { color: rgb(169,29,172); }
H1.HeaderClassName
{
color: #A91DAC;
}
.AnyTagClassName
{
color: #A91DAC;
}
</style>
background-color css
<style>
a { background-color: #A91DAC; }
a { background-color: rgb(169,29,172); }
div.DivClassName
{
background-color: #A91DAC;
}
.BgClassName
{
background-color: #A91DAC;
}
</style>
border-color css
<style>
span { border-color: #A91DAC; }
span { border-color: rgb(169,29,172); }
td.TdClassName
{
border-color: #A91DAC;
}
.TagClassName
{
border-color: #A91DAC;
}
</style>