Shades of Dark Orchid #A91BDF
Tints of Dark Orchid #A91BDF
RGB
CMYK
RGB Variations
Color information
#A91BDF (or 0xA91BDF) is known color: Dark Orchid. HEX triplet: A9, 1B and DF. RGB value is (169,27,223). Sum of RGB (Red+Green+Blue) = 169+27+223=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #A91BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BDF is #56E420. Grayscale: #5B5B5B. Windows color (decimal): -5694497 or 14621609. OLE color: 14621609.
HSL color Cylindrical-coordinate representation of color #A91BDF: hue angle of 283.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91BDF is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 27 | 223 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.13 |
| HSL | 283.47º | 0.78% | 0.49% | - |
| HSV(B) | 283.47º | 0.88% | 0.87% | - |
| XYZ | 30.07 | 14.55 | 71.03 | - |
| YUV | 91.8 | 202.04 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 223 | 0.24 | 0.88 | 0 | 0.13 | 283.47 | 0.78 | 0.49 |
| Hex | A9 | 1B | DF | 18 | 58 | 0 | D | 11B | 4E | 31 |
| Octal | 251 | 33 | 337 | 30 | 130 | 0 | 15 | 433 | 116 | 61 |
| Binary | 10101001 | 11011 | 11011111 | 11000 | 1011000 | 0 | 1101 | 100011011 | 1001110 | 110001 |
Color Harmonies of #A91BDF
Complementary color
Monochromatic Colors of #A91BDF
Black with #A91BDF
Text Example
Text Example
White with #A91BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BDF; }
p { color: rgb(169,27,223); }
H1.HeaderClassName
{
color: #A91BDF;
}
.AnyTagClassName
{
color: #A91BDF;
}
</style>
background-color css
<style>
a { background-color: #A91BDF; }
a { background-color: rgb(169,27,223); }
div.DivClassName
{
background-color: #A91BDF;
}
.BgClassName
{
background-color: #A91BDF;
}
</style>
border-color css
<style>
span { border-color: #A91BDF; }
span { border-color: rgb(169,27,223); }
td.TdClassName
{
border-color: #A91BDF;
}
.TagClassName
{
border-color: #A91BDF;
}
</style>