Shades of Dark Orchid #A51FDF
Tints of Dark Orchid #A51FDF
RGB
CMYK
RGB Variations
Color information
#A51FDF (or 0xA51FDF) is known color: Dark Orchid. HEX triplet: A5, 1F and DF. RGB value is (165,31,223). Sum of RGB (Red+Green+Blue) = 165+31+223=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 31 (12.5% from 255 or 7.40% 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 #A51FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FDF is #5AE020. Grayscale: #5C5C5C. Windows color (decimal): -5955617 or 14622629. OLE color: 14622629.
HSL color Cylindrical-coordinate representation of color #A51FDF: hue angle of 281.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51FDF is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 31 | 223 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.13 |
| HSL | 281.88º | 0.76% | 0.5% | - |
| HSV(B) | 281.88º | 0.86% | 0.87% | - |
| XYZ | 29.33 | 14.31 | 71.03 | - |
| YUV | 92.95 | 201.39 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 31 | 223 | 0.26 | 0.86 | 0 | 0.13 | 281.88 | 0.76 | 0.5 |
| Hex | A5 | 1F | DF | 1A | 56 | 0 | D | 11A | 4C | 32 |
| Octal | 245 | 37 | 337 | 32 | 126 | 0 | 15 | 432 | 114 | 62 |
| Binary | 10100101 | 11111 | 11011111 | 11010 | 1010110 | 0 | 1101 | 100011010 | 1001100 | 110010 |
Color Harmonies of #A51FDF
Complementary color
Monochromatic Colors of #A51FDF
Black with #A51FDF
Text Example
Text Example
White with #A51FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51FDF; }
p { color: rgb(165,31,223); }
H1.HeaderClassName
{
color: #A51FDF;
}
.AnyTagClassName
{
color: #A51FDF;
}
</style>
background-color css
<style>
a { background-color: #A51FDF; }
a { background-color: rgb(165,31,223); }
div.DivClassName
{
background-color: #A51FDF;
}
.BgClassName
{
background-color: #A51FDF;
}
</style>
border-color css
<style>
span { border-color: #A51FDF; }
span { border-color: rgb(165,31,223); }
td.TdClassName
{
border-color: #A51FDF;
}
.TagClassName
{
border-color: #A51FDF;
}
</style>