Shades of Dark Orchid #A91BDA
Tints of Dark Orchid #A91BDA
RGB
CMYK
RGB Variations
Color information
#A91BDA (or 0xA91BDA) is known color: Dark Orchid. HEX triplet: A9, 1B and DA. RGB value is (169,27,218). Sum of RGB (Red+Green+Blue) = 169+27+218=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #A91BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BDA is #56E425. Grayscale: #5A5A5A. Windows color (decimal): -5694502 or 14293929. OLE color: 14293929.
HSL color Cylindrical-coordinate representation of color #A91BDA: hue angle of 284.61º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91BDA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 27 | 218 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.15 |
| HSL | 284.61º | 0.78% | 0.48% | - |
| HSV(B) | 284.61º | 0.88% | 0.85% | - |
| XYZ | 29.41 | 14.28 | 67.54 | - |
| YUV | 91.23 | 199.54 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 218 | 0.22 | 0.88 | 0 | 0.15 | 284.61 | 0.78 | 0.48 |
| Hex | A9 | 1B | DA | 16 | 58 | 0 | F | 11D | 4E | 30 |
| Octal | 251 | 33 | 332 | 26 | 130 | 0 | 17 | 435 | 116 | 60 |
| Binary | 10101001 | 11011 | 11011010 | 10110 | 1011000 | 0 | 1111 | 100011101 | 1001110 | 110000 |
Color Harmonies of #A91BDA
Complementary color
Monochromatic Colors of #A91BDA
Black with #A91BDA
Text Example
Text Example
White with #A91BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BDA; }
p { color: rgb(169,27,218); }
H1.HeaderClassName
{
color: #A91BDA;
}
.AnyTagClassName
{
color: #A91BDA;
}
</style>
background-color css
<style>
a { background-color: #A91BDA; }
a { background-color: rgb(169,27,218); }
div.DivClassName
{
background-color: #A91BDA;
}
.BgClassName
{
background-color: #A91BDA;
}
</style>
border-color css
<style>
span { border-color: #A91BDA; }
span { border-color: rgb(169,27,218); }
td.TdClassName
{
border-color: #A91BDA;
}
.TagClassName
{
border-color: #A91BDA;
}
</style>