Shades of Dark Orchid #A51BDF
Tints of Dark Orchid #A51BDF
RGB
CMYK
RGB Variations
Color information
#A51BDF (or 0xA51BDF) is known color: Dark Orchid. HEX triplet: A5, 1B and DF. RGB value is (165,27,223). Sum of RGB (Red+Green+Blue) = 165+27+223=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #A51BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BDF is #5AE420. Grayscale: #595959. Windows color (decimal): -5956641 or 14621605. OLE color: 14621605.
HSL color Cylindrical-coordinate representation of color #A51BDF: hue angle of 282.24º 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 #A51BDF is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 27 | 223 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.13 |
| HSL | 282.24º | 0.78% | 0.49% | - |
| HSV(B) | 282.24º | 0.88% | 0.87% | - |
| XYZ | 29.23 | 14.11 | 71 | - |
| YUV | 90.61 | 202.72 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 223 | 0.26 | 0.88 | 0 | 0.13 | 282.24 | 0.78 | 0.49 |
| Hex | A5 | 1B | DF | 1A | 58 | 0 | D | 11A | 4E | 31 |
| Octal | 245 | 33 | 337 | 32 | 130 | 0 | 15 | 432 | 116 | 61 |
| Binary | 10100101 | 11011 | 11011111 | 11010 | 1011000 | 0 | 1101 | 100011010 | 1001110 | 110001 |
Color Harmonies of #A51BDF
Complementary color
Monochromatic Colors of #A51BDF
Black with #A51BDF
Text Example
Text Example
White with #A51BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BDF; }
p { color: rgb(165,27,223); }
H1.HeaderClassName
{
color: #A51BDF;
}
.AnyTagClassName
{
color: #A51BDF;
}
</style>
background-color css
<style>
a { background-color: #A51BDF; }
a { background-color: rgb(165,27,223); }
div.DivClassName
{
background-color: #A51BDF;
}
.BgClassName
{
background-color: #A51BDF;
}
</style>
border-color css
<style>
span { border-color: #A51BDF; }
span { border-color: rgb(165,27,223); }
td.TdClassName
{
border-color: #A51BDF;
}
.TagClassName
{
border-color: #A51BDF;
}
</style>