Shades of Dark Orchid #A91DB2
Tints of Dark Orchid #A91DB2
RGB
CMYK
RGB Variations
Color information
#A91DB2 (or 0xA91DB2) is known color: Dark Orchid. HEX triplet: A9, 1D and B2. RGB value is (169,29,178). Sum of RGB (Red+Green+Blue) = 169+29+178=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #A91DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91DB2 is #56E24D. Grayscale: #575757. Windows color (decimal): -5694030 or 11673001. OLE color: 11673001.
HSL color Cylindrical-coordinate representation of color #A91DB2: hue angle of 296.38º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91DB2 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 29 | 178 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.30 |
| HSL | 296.38º | 0.72% | 0.41% | - |
| HSV(B) | 296.38º | 0.84% | 0.7% | - |
| XYZ | 24.84 | 12.53 | 43.23 | - |
| YUV | 87.85 | 178.88 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 178 | 0.05 | 0.84 | 0 | 0.30 | 296.38 | 0.72 | 0.41 |
| Hex | A9 | 1D | B2 | 5 | 54 | 0 | 1E | 128 | 48 | 29 |
| Octal | 251 | 35 | 262 | 5 | 124 | 0 | 36 | 450 | 110 | 51 |
| Binary | 10101001 | 11101 | 10110010 | 101 | 1010100 | 0 | 11110 | 100101000 | 1001000 | 101001 |
Color Harmonies of #A91DB2
Complementary color
Monochromatic Colors of #A91DB2
Black with #A91DB2
Text Example
Text Example
White with #A91DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DB2; }
p { color: rgb(169,29,178); }
H1.HeaderClassName
{
color: #A91DB2;
}
.AnyTagClassName
{
color: #A91DB2;
}
</style>
background-color css
<style>
a { background-color: #A91DB2; }
a { background-color: rgb(169,29,178); }
div.DivClassName
{
background-color: #A91DB2;
}
.BgClassName
{
background-color: #A91DB2;
}
</style>
border-color css
<style>
span { border-color: #A91DB2; }
span { border-color: rgb(169,29,178); }
td.TdClassName
{
border-color: #A91DB2;
}
.TagClassName
{
border-color: #A91DB2;
}
</style>