Shades of Dark Orchid #A91BDC
Tints of Dark Orchid #A91BDC
RGB
CMYK
RGB Variations
Color information
#A91BDC (or 0xA91BDC) is known color: Dark Orchid. HEX triplet: A9, 1B and DC. RGB value is (169,27,220). Sum of RGB (Red+Green+Blue) = 169+27+220=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #A91BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BDC is #56E423. Grayscale: #5A5A5A. Windows color (decimal): -5694500 or 14425001. OLE color: 14425001.
HSL color Cylindrical-coordinate representation of color #A91BDC: hue angle of 284.15º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91BDC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 27 | 220 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.14 |
| HSL | 284.15º | 0.78% | 0.48% | - |
| HSV(B) | 284.15º | 0.88% | 0.86% | - |
| XYZ | 29.67 | 14.39 | 68.92 | - |
| YUV | 91.46 | 200.54 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 220 | 0.23 | 0.88 | 0 | 0.14 | 284.15 | 0.78 | 0.48 |
| Hex | A9 | 1B | DC | 17 | 58 | 0 | E | 11C | 4E | 30 |
| Octal | 251 | 33 | 334 | 27 | 130 | 0 | 16 | 434 | 116 | 60 |
| Binary | 10101001 | 11011 | 11011100 | 10111 | 1011000 | 0 | 1110 | 100011100 | 1001110 | 110000 |
Color Harmonies of #A91BDC
Complementary color
Monochromatic Colors of #A91BDC
Black with #A91BDC
Text Example
Text Example
White with #A91BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BDC; }
p { color: rgb(169,27,220); }
H1.HeaderClassName
{
color: #A91BDC;
}
.AnyTagClassName
{
color: #A91BDC;
}
</style>
background-color css
<style>
a { background-color: #A91BDC; }
a { background-color: rgb(169,27,220); }
div.DivClassName
{
background-color: #A91BDC;
}
.BgClassName
{
background-color: #A91BDC;
}
</style>
border-color css
<style>
span { border-color: #A91BDC; }
span { border-color: rgb(169,27,220); }
td.TdClassName
{
border-color: #A91BDC;
}
.TagClassName
{
border-color: #A91BDC;
}
</style>