Shades of Dark Orchid #A91DAB
Tints of Dark Orchid #A91DAB
RGB
CMYK
RGB Variations
Color information
#A91DAB (or 0xA91DAB) is known color: Dark Orchid. HEX triplet: A9, 1D and AB. RGB value is (169,29,171). Sum of RGB (Red+Green+Blue) = 169+29+171=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #A91DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91DAB is #56E254. Grayscale: #565656. Windows color (decimal): -5694037 or 11214249. OLE color: 11214249.
HSL color Cylindrical-coordinate representation of color #A91DAB: hue angle of 299.15º 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 #A91DAB is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 29 | 171 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.33 |
| HSL | 299.15º | 0.71% | 0.39% | - |
| HSV(B) | 299.15º | 0.83% | 0.67% | - |
| XYZ | 24.15 | 12.25 | 39.62 | - |
| YUV | 87.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 171 | 0.01 | 0.83 | 0 | 0.33 | 299.15 | 0.71 | 0.39 |
| Hex | A9 | 1D | AB | 1 | 53 | 0 | 21 | 12B | 47 | 27 |
| Octal | 251 | 35 | 253 | 1 | 123 | 0 | 41 | 453 | 107 | 47 |
| Binary | 10101001 | 11101 | 10101011 | 1 | 1010011 | 0 | 100001 | 100101011 | 1000111 | 100111 |
Color Harmonies of #A91DAB
Complementary color
Monochromatic Colors of #A91DAB
Black with #A91DAB
Text Example
Text Example
White with #A91DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DAB; }
p { color: rgb(169,29,171); }
H1.HeaderClassName
{
color: #A91DAB;
}
.AnyTagClassName
{
color: #A91DAB;
}
</style>
background-color css
<style>
a { background-color: #A91DAB; }
a { background-color: rgb(169,29,171); }
div.DivClassName
{
background-color: #A91DAB;
}
.BgClassName
{
background-color: #A91DAB;
}
</style>
border-color css
<style>
span { border-color: #A91DAB; }
span { border-color: rgb(169,29,171); }
td.TdClassName
{
border-color: #A91DAB;
}
.TagClassName
{
border-color: #A91DAB;
}
</style>