Shades of Dark Orchid #A91DB0
Tints of Dark Orchid #A91DB0
RGB
CMYK
RGB Variations
Color information
#A91DB0 (or 0xA91DB0) is known color: Dark Orchid. HEX triplet: A9, 1D and B0. RGB value is (169,29,176). Sum of RGB (Red+Green+Blue) = 169+29+176=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #A91DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91DB0 is #56E24F. Grayscale: #575757. Windows color (decimal): -5694032 or 11541929. OLE color: 11541929.
HSL color Cylindrical-coordinate representation of color #A91DB0: hue angle of 297.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91DB0 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 29 | 176 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.31 |
| HSL | 297.14º | 0.72% | 0.4% | - |
| HSV(B) | 297.14º | 0.84% | 0.69% | - |
| XYZ | 24.64 | 12.45 | 42.18 | - |
| YUV | 87.62 | 177.88 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 176 | 0.04 | 0.84 | 0 | 0.31 | 297.14 | 0.72 | 0.4 |
| Hex | A9 | 1D | B0 | 4 | 54 | 0 | 1F | 129 | 48 | 28 |
| Octal | 251 | 35 | 260 | 4 | 124 | 0 | 37 | 451 | 110 | 50 |
| Binary | 10101001 | 11101 | 10110000 | 100 | 1010100 | 0 | 11111 | 100101001 | 1001000 | 101000 |
Color Harmonies of #A91DB0
Complementary color
Monochromatic Colors of #A91DB0
Black with #A91DB0
Text Example
Text Example
White with #A91DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DB0; }
p { color: rgb(169,29,176); }
H1.HeaderClassName
{
color: #A91DB0;
}
.AnyTagClassName
{
color: #A91DB0;
}
</style>
background-color css
<style>
a { background-color: #A91DB0; }
a { background-color: rgb(169,29,176); }
div.DivClassName
{
background-color: #A91DB0;
}
.BgClassName
{
background-color: #A91DB0;
}
</style>
border-color css
<style>
span { border-color: #A91DB0; }
span { border-color: rgb(169,29,176); }
td.TdClassName
{
border-color: #A91DB0;
}
.TagClassName
{
border-color: #A91DB0;
}
</style>