Shades of Dark Orchid #A51DDF
Tints of Dark Orchid #A51DDF
RGB
CMYK
RGB Variations
Color information
#A51DDF (or 0xA51DDF) is known color: Dark Orchid. HEX triplet: A5, 1D and DF. RGB value is (165,29,223). Sum of RGB (Red+Green+Blue) = 165+29+223=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #A51DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51DDF is #5AE220. Grayscale: #5B5B5B. Windows color (decimal): -5956129 or 14622117. OLE color: 14622117.
HSL color Cylindrical-coordinate representation of color #A51DDF: hue angle of 282.06º degrees, saturation: 0.77, 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 #A51DDF is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 29 | 223 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.13 |
| HSL | 282.06º | 0.77% | 0.49% | - |
| HSV(B) | 282.06º | 0.87% | 0.87% | - |
| XYZ | 29.28 | 14.21 | 71.01 | - |
| YUV | 91.78 | 202.06 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 223 | 0.26 | 0.87 | 0 | 0.13 | 282.06 | 0.77 | 0.49 |
| Hex | A5 | 1D | DF | 1A | 57 | 0 | D | 11A | 4D | 31 |
| Octal | 245 | 35 | 337 | 32 | 127 | 0 | 15 | 432 | 115 | 61 |
| Binary | 10100101 | 11101 | 11011111 | 11010 | 1010111 | 0 | 1101 | 100011010 | 1001101 | 110001 |
Color Harmonies of #A51DDF
Complementary color
Monochromatic Colors of #A51DDF
Black with #A51DDF
Text Example
Text Example
White with #A51DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51DDF; }
p { color: rgb(165,29,223); }
H1.HeaderClassName
{
color: #A51DDF;
}
.AnyTagClassName
{
color: #A51DDF;
}
</style>
background-color css
<style>
a { background-color: #A51DDF; }
a { background-color: rgb(165,29,223); }
div.DivClassName
{
background-color: #A51DDF;
}
.BgClassName
{
background-color: #A51DDF;
}
</style>
border-color css
<style>
span { border-color: #A51DDF; }
span { border-color: rgb(165,29,223); }
td.TdClassName
{
border-color: #A51DDF;
}
.TagClassName
{
border-color: #A51DDF;
}
</style>