Shades of Dark Orchid #A91DB6
Tints of Dark Orchid #A91DB6
RGB
CMYK
RGB Variations
Color information
#A91DB6 (or 0xA91DB6) is known color: Dark Orchid. HEX triplet: A9, 1D and B6. RGB value is (169,29,182). Sum of RGB (Red+Green+Blue) = 169+29+182=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #A91DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DB6 is #56E249. Grayscale: #575757. Windows color (decimal): -5694026 or 11935145. OLE color: 11935145.
HSL color Cylindrical-coordinate representation of color #A91DB6: hue angle of 294.9º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91DB6 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 29 | 182 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.29 |
| HSL | 294.9º | 0.73% | 0.41% | - |
| HSV(B) | 294.9º | 0.84% | 0.71% | - |
| XYZ | 25.25 | 12.69 | 45.38 | - |
| YUV | 88.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 182 | 0.07 | 0.84 | 0 | 0.29 | 294.9 | 0.73 | 0.41 |
| Hex | A9 | 1D | B6 | 7 | 54 | 0 | 1D | 127 | 49 | 29 |
| Octal | 251 | 35 | 266 | 7 | 124 | 0 | 35 | 447 | 111 | 51 |
| Binary | 10101001 | 11101 | 10110110 | 111 | 1010100 | 0 | 11101 | 100100111 | 1001001 | 101001 |
Color Harmonies of #A91DB6
Complementary color
Monochromatic Colors of #A91DB6
Black with #A91DB6
Text Example
Text Example
White with #A91DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DB6; }
p { color: rgb(169,29,182); }
H1.HeaderClassName
{
color: #A91DB6;
}
.AnyTagClassName
{
color: #A91DB6;
}
</style>
background-color css
<style>
a { background-color: #A91DB6; }
a { background-color: rgb(169,29,182); }
div.DivClassName
{
background-color: #A91DB6;
}
.BgClassName
{
background-color: #A91DB6;
}
</style>
border-color css
<style>
span { border-color: #A91DB6; }
span { border-color: rgb(169,29,182); }
td.TdClassName
{
border-color: #A91DB6;
}
.TagClassName
{
border-color: #A91DB6;
}
</style>