Shades of Dark Orchid #A51BCB
Tints of Dark Orchid #A51BCB
RGB
CMYK
RGB Variations
Color information
#A51BCB (or 0xA51BCB) is known color: Dark Orchid. HEX triplet: A5, 1B and CB. RGB value is (165,27,203). Sum of RGB (Red+Green+Blue) = 165+27+203=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #A51BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BCB is #5AE434. Grayscale: #575757. Windows color (decimal): -5956661 or 13310885. OLE color: 13310885.
HSL color Cylindrical-coordinate representation of color #A51BCB: hue angle of 287.05º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51BCB is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 27 | 203 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.20 |
| HSL | 287.05º | 0.77% | 0.45% | - |
| HSV(B) | 287.05º | 0.87% | 0.8% | - |
| XYZ | 26.69 | 13.1 | 57.62 | - |
| YUV | 88.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 203 | 0.19 | 0.87 | 0 | 0.20 | 287.05 | 0.77 | 0.45 |
| Hex | A5 | 1B | CB | 13 | 57 | 0 | 14 | 11F | 4D | 2D |
| Octal | 245 | 33 | 313 | 23 | 127 | 0 | 24 | 437 | 115 | 55 |
| Binary | 10100101 | 11011 | 11001011 | 10011 | 1010111 | 0 | 10100 | 100011111 | 1001101 | 101101 |
Color Harmonies of #A51BCB
Complementary color
Monochromatic Colors of #A51BCB
Black with #A51BCB
Text Example
Text Example
White with #A51BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BCB; }
p { color: rgb(165,27,203); }
H1.HeaderClassName
{
color: #A51BCB;
}
.AnyTagClassName
{
color: #A51BCB;
}
</style>
background-color css
<style>
a { background-color: #A51BCB; }
a { background-color: rgb(165,27,203); }
div.DivClassName
{
background-color: #A51BCB;
}
.BgClassName
{
background-color: #A51BCB;
}
</style>
border-color css
<style>
span { border-color: #A51BCB; }
span { border-color: rgb(165,27,203); }
td.TdClassName
{
border-color: #A51BCB;
}
.TagClassName
{
border-color: #A51BCB;
}
</style>