Shades of Dark Orchid #A936DF
Tints of Dark Orchid #A936DF
RGB
CMYK
RGB Variations
Color information
#A936DF (or 0xA936DF) is known color: Dark Orchid. HEX triplet: A9, 36 and DF. RGB value is (169,54,223). Sum of RGB (Red+Green+Blue) = 169+54+223=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #A936DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A936DF is #56C920. Grayscale: #6B6B6B. Windows color (decimal): -5687585 or 14628521. OLE color: 14628521.
HSL color Cylindrical-coordinate representation of color #A936DF: hue angle of 280.83º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A936DF is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 54 | 223 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.13 |
| HSL | 280.83º | 0.73% | 0.54% | - |
| HSV(B) | 280.83º | 0.76% | 0.87% | - |
| XYZ | 31 | 16.4 | 71.34 | - |
| YUV | 107.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 223 | 0.24 | 0.76 | 0 | 0.13 | 280.83 | 0.73 | 0.54 |
| Hex | A9 | 36 | DF | 18 | 4C | 0 | D | 119 | 49 | 36 |
| Octal | 251 | 66 | 337 | 30 | 114 | 0 | 15 | 431 | 111 | 66 |
| Binary | 10101001 | 110110 | 11011111 | 11000 | 1001100 | 0 | 1101 | 100011001 | 1001001 | 110110 |
Color Harmonies of #A936DF
Complementary color
Monochromatic Colors of #A936DF
Black with #A936DF
Text Example
Text Example
White with #A936DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A936DF; }
p { color: rgb(169,54,223); }
H1.HeaderClassName
{
color: #A936DF;
}
.AnyTagClassName
{
color: #A936DF;
}
</style>
background-color css
<style>
a { background-color: #A936DF; }
a { background-color: rgb(169,54,223); }
div.DivClassName
{
background-color: #A936DF;
}
.BgClassName
{
background-color: #A936DF;
}
</style>
border-color css
<style>
span { border-color: #A936DF; }
span { border-color: rgb(169,54,223); }
td.TdClassName
{
border-color: #A936DF;
}
.TagClassName
{
border-color: #A936DF;
}
</style>