Shades of Dark Orchid #A51AD4
Tints of Dark Orchid #A51AD4
RGB
CMYK
RGB Variations
Color information
#A51AD4 (or 0xA51AD4) is known color: Dark Orchid. HEX triplet: A5, 1A and D4. RGB value is (165,26,212). Sum of RGB (Red+Green+Blue) = 165+26+212=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #A51AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51AD4 is #5AE52B. Grayscale: #585858. Windows color (decimal): -5956908 or 13900453. OLE color: 13900453.
HSL color Cylindrical-coordinate representation of color #A51AD4: hue angle of 284.84º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51AD4 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 26 | 212 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.17 |
| HSL | 284.84º | 0.78% | 0.47% | - |
| HSV(B) | 284.84º | 0.88% | 0.83% | - |
| XYZ | 27.77 | 13.49 | 63.43 | - |
| YUV | 88.77 | 197.55 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 212 | 0.22 | 0.88 | 0 | 0.17 | 284.84 | 0.78 | 0.47 |
| Hex | A5 | 1A | D4 | 16 | 58 | 0 | 11 | 11D | 4E | 2F |
| Octal | 245 | 32 | 324 | 26 | 130 | 0 | 21 | 435 | 116 | 57 |
| Binary | 10100101 | 11010 | 11010100 | 10110 | 1011000 | 0 | 10001 | 100011101 | 1001110 | 101111 |
Color Harmonies of #A51AD4
Complementary color
Monochromatic Colors of #A51AD4
Black with #A51AD4
Text Example
Text Example
White with #A51AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51AD4; }
p { color: rgb(165,26,212); }
H1.HeaderClassName
{
color: #A51AD4;
}
.AnyTagClassName
{
color: #A51AD4;
}
</style>
background-color css
<style>
a { background-color: #A51AD4; }
a { background-color: rgb(165,26,212); }
div.DivClassName
{
background-color: #A51AD4;
}
.BgClassName
{
background-color: #A51AD4;
}
</style>
border-color css
<style>
span { border-color: #A51AD4; }
span { border-color: rgb(165,26,212); }
td.TdClassName
{
border-color: #A51AD4;
}
.TagClassName
{
border-color: #A51AD4;
}
</style>