Shades of Dark Orchid #A91BCD
Tints of Dark Orchid #A91BCD
RGB
CMYK
RGB Variations
Color information
#A91BCD (or 0xA91BCD) is known color: Dark Orchid. HEX triplet: A9, 1B and CD. RGB value is (169,27,205). Sum of RGB (Red+Green+Blue) = 169+27+205=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #A91BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BCD is #56E432. Grayscale: #595959. Windows color (decimal): -5694515 or 13441961. OLE color: 13441961.
HSL color Cylindrical-coordinate representation of color #A91BCD: hue angle of 287.87º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91BCD is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 27 | 205 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.20 |
| HSL | 287.87º | 0.77% | 0.45% | - |
| HSV(B) | 287.87º | 0.87% | 0.8% | - |
| XYZ | 27.77 | 13.63 | 58.92 | - |
| YUV | 89.75 | 193.04 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 205 | 0.18 | 0.87 | 0 | 0.20 | 287.87 | 0.77 | 0.45 |
| Hex | A9 | 1B | CD | 12 | 57 | 0 | 14 | 120 | 4D | 2D |
| Octal | 251 | 33 | 315 | 22 | 127 | 0 | 24 | 440 | 115 | 55 |
| Binary | 10101001 | 11011 | 11001101 | 10010 | 1010111 | 0 | 10100 | 100100000 | 1001101 | 101101 |
Color Harmonies of #A91BCD
Complementary color
Monochromatic Colors of #A91BCD
Black with #A91BCD
Text Example
Text Example
White with #A91BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BCD; }
p { color: rgb(169,27,205); }
H1.HeaderClassName
{
color: #A91BCD;
}
.AnyTagClassName
{
color: #A91BCD;
}
</style>
background-color css
<style>
a { background-color: #A91BCD; }
a { background-color: rgb(169,27,205); }
div.DivClassName
{
background-color: #A91BCD;
}
.BgClassName
{
background-color: #A91BCD;
}
</style>
border-color css
<style>
span { border-color: #A91BCD; }
span { border-color: rgb(169,27,205); }
td.TdClassName
{
border-color: #A91BCD;
}
.TagClassName
{
border-color: #A91BCD;
}
</style>