Shades of Dark Orchid #A51BDD
Tints of Dark Orchid #A51BDD
RGB
CMYK
RGB Variations
Color information
#A51BDD (or 0xA51BDD) is known color: Dark Orchid. HEX triplet: A5, 1B and DD. RGB value is (165,27,221). Sum of RGB (Red+Green+Blue) = 165+27+221=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #A51BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BDD is #5AE422. Grayscale: #595959. Windows color (decimal): -5956643 or 14490533. OLE color: 14490533.
HSL color Cylindrical-coordinate representation of color #A51BDD: hue angle of 282.68º 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 #A51BDD is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 27 | 221 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.13 |
| HSL | 282.68º | 0.78% | 0.49% | - |
| HSV(B) | 282.68º | 0.88% | 0.87% | - |
| XYZ | 28.96 | 14 | 69.58 | - |
| YUV | 90.38 | 201.72 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 221 | 0.25 | 0.88 | 0 | 0.13 | 282.68 | 0.78 | 0.49 |
| Hex | A5 | 1B | DD | 19 | 58 | 0 | D | 11B | 4E | 31 |
| Octal | 245 | 33 | 335 | 31 | 130 | 0 | 15 | 433 | 116 | 61 |
| Binary | 10100101 | 11011 | 11011101 | 11001 | 1011000 | 0 | 1101 | 100011011 | 1001110 | 110001 |
Color Harmonies of #A51BDD
Complementary color
Monochromatic Colors of #A51BDD
Black with #A51BDD
Text Example
Text Example
White with #A51BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BDD; }
p { color: rgb(165,27,221); }
H1.HeaderClassName
{
color: #A51BDD;
}
.AnyTagClassName
{
color: #A51BDD;
}
</style>
background-color css
<style>
a { background-color: #A51BDD; }
a { background-color: rgb(165,27,221); }
div.DivClassName
{
background-color: #A51BDD;
}
.BgClassName
{
background-color: #A51BDD;
}
</style>
border-color css
<style>
span { border-color: #A51BDD; }
span { border-color: rgb(165,27,221); }
td.TdClassName
{
border-color: #A51BDD;
}
.TagClassName
{
border-color: #A51BDD;
}
</style>