Shades of Dark Orchid #A51CBC
Tints of Dark Orchid #A51CBC
RGB
CMYK
RGB Variations
Color information
#A51CBC (or 0xA51CBC) is known color: Dark Orchid. HEX triplet: A5, 1C and BC. RGB value is (165,28,188). Sum of RGB (Red+Green+Blue) = 165+28+188=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #A51CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51CBC is #5AE343. Grayscale: #565656. Windows color (decimal): -5956420 or 12328101. OLE color: 12328101.
HSL color Cylindrical-coordinate representation of color #A51CBC: hue angle of 291.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51CBC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 28 | 188 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.26 |
| HSL | 291.38º | 0.74% | 0.42% | - |
| HSV(B) | 291.38º | 0.85% | 0.74% | - |
| XYZ | 25.01 | 12.46 | 48.66 | - |
| YUV | 87.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 188 | 0.12 | 0.85 | 0 | 0.26 | 291.38 | 0.74 | 0.42 |
| Hex | A5 | 1C | BC | C | 55 | 0 | 1A | 123 | 4A | 2A |
| Octal | 245 | 34 | 274 | 14 | 125 | 0 | 32 | 443 | 112 | 52 |
| Binary | 10100101 | 11100 | 10111100 | 1100 | 1010101 | 0 | 11010 | 100100011 | 1001010 | 101010 |
Color Harmonies of #A51CBC
Complementary color
Monochromatic Colors of #A51CBC
Black with #A51CBC
Text Example
Text Example
White with #A51CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51CBC; }
p { color: rgb(165,28,188); }
H1.HeaderClassName
{
color: #A51CBC;
}
.AnyTagClassName
{
color: #A51CBC;
}
</style>
background-color css
<style>
a { background-color: #A51CBC; }
a { background-color: rgb(165,28,188); }
div.DivClassName
{
background-color: #A51CBC;
}
.BgClassName
{
background-color: #A51CBC;
}
</style>
border-color css
<style>
span { border-color: #A51CBC; }
span { border-color: rgb(165,28,188); }
td.TdClassName
{
border-color: #A51CBC;
}
.TagClassName
{
border-color: #A51CBC;
}
</style>