Shades of Dark Orchid #A51CBE
Tints of Dark Orchid #A51CBE
RGB
CMYK
RGB Variations
Color information
#A51CBE (or 0xA51CBE) is known color: Dark Orchid. HEX triplet: A5, 1C and BE. RGB value is (165,28,190). Sum of RGB (Red+Green+Blue) = 165+28+190=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #A51CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51CBE is #5AE341. Grayscale: #565656. Windows color (decimal): -5956418 or 12459173. OLE color: 12459173.
HSL color Cylindrical-coordinate representation of color #A51CBE: hue angle of 290.74º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51CBE is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 28 | 190 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.25 |
| HSL | 290.74º | 0.74% | 0.43% | - |
| HSV(B) | 290.74º | 0.85% | 0.75% | - |
| XYZ | 25.23 | 12.55 | 49.81 | - |
| YUV | 87.43 | 185.89 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 190 | 0.13 | 0.85 | 0 | 0.25 | 290.74 | 0.74 | 0.43 |
| Hex | A5 | 1C | BE | D | 55 | 0 | 19 | 123 | 4A | 2B |
| Octal | 245 | 34 | 276 | 15 | 125 | 0 | 31 | 443 | 112 | 53 |
| Binary | 10100101 | 11100 | 10111110 | 1101 | 1010101 | 0 | 11001 | 100100011 | 1001010 | 101011 |
Color Harmonies of #A51CBE
Complementary color
Monochromatic Colors of #A51CBE
Black with #A51CBE
Text Example
Text Example
White with #A51CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51CBE; }
p { color: rgb(165,28,190); }
H1.HeaderClassName
{
color: #A51CBE;
}
.AnyTagClassName
{
color: #A51CBE;
}
</style>
background-color css
<style>
a { background-color: #A51CBE; }
a { background-color: rgb(165,28,190); }
div.DivClassName
{
background-color: #A51CBE;
}
.BgClassName
{
background-color: #A51CBE;
}
</style>
border-color css
<style>
span { border-color: #A51CBE; }
span { border-color: rgb(165,28,190); }
td.TdClassName
{
border-color: #A51CBE;
}
.TagClassName
{
border-color: #A51CBE;
}
</style>