Shades of Dark Orchid #A91CDF
Tints of Dark Orchid #A91CDF
RGB
CMYK
RGB Variations
Color information
#A91CDF (or 0xA91CDF) is known color: Dark Orchid. HEX triplet: A9, 1C and DF. RGB value is (169,28,223). Sum of RGB (Red+Green+Blue) = 169+28+223=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #A91CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CDF is #56E320. Grayscale: #5B5B5B. Windows color (decimal): -5694241 or 14621865. OLE color: 14621865.
HSL color Cylindrical-coordinate representation of color #A91CDF: hue angle of 283.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91CDF is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 28 | 223 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.13 |
| HSL | 283.38º | 0.78% | 0.49% | - |
| HSV(B) | 283.38º | 0.87% | 0.87% | - |
| XYZ | 30.1 | 14.59 | 71.04 | - |
| YUV | 92.39 | 201.71 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 223 | 0.24 | 0.87 | 0 | 0.13 | 283.38 | 0.78 | 0.49 |
| Hex | A9 | 1C | DF | 18 | 57 | 0 | D | 11B | 4E | 31 |
| Octal | 251 | 34 | 337 | 30 | 127 | 0 | 15 | 433 | 116 | 61 |
| Binary | 10101001 | 11100 | 11011111 | 11000 | 1010111 | 0 | 1101 | 100011011 | 1001110 | 110001 |
Color Harmonies of #A91CDF
Complementary color
Monochromatic Colors of #A91CDF
Black with #A91CDF
Text Example
Text Example
White with #A91CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CDF; }
p { color: rgb(169,28,223); }
H1.HeaderClassName
{
color: #A91CDF;
}
.AnyTagClassName
{
color: #A91CDF;
}
</style>
background-color css
<style>
a { background-color: #A91CDF; }
a { background-color: rgb(169,28,223); }
div.DivClassName
{
background-color: #A91CDF;
}
.BgClassName
{
background-color: #A91CDF;
}
</style>
border-color css
<style>
span { border-color: #A91CDF; }
span { border-color: rgb(169,28,223); }
td.TdClassName
{
border-color: #A91CDF;
}
.TagClassName
{
border-color: #A91CDF;
}
</style>