Shades of Dark Orchid #A51CCB
Tints of Dark Orchid #A51CCB
RGB
CMYK
RGB Variations
Color information
#A51CCB (or 0xA51CCB) is known color: Dark Orchid. HEX triplet: A5, 1C and CB. RGB value is (165,28,203). Sum of RGB (Red+Green+Blue) = 165+28+203=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #A51CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51CCB is #5AE334. Grayscale: #585858. Windows color (decimal): -5956405 or 13311141. OLE color: 13311141.
HSL color Cylindrical-coordinate representation of color #A51CCB: hue angle of 286.97º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51CCB is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 28 | 203 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.20 |
| HSL | 286.97º | 0.76% | 0.45% | - |
| HSV(B) | 286.97º | 0.86% | 0.8% | - |
| XYZ | 26.71 | 13.14 | 57.63 | - |
| YUV | 88.91 | 192.39 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 203 | 0.19 | 0.86 | 0 | 0.20 | 286.97 | 0.76 | 0.45 |
| Hex | A5 | 1C | CB | 13 | 56 | 0 | 14 | 11F | 4C | 2D |
| Octal | 245 | 34 | 313 | 23 | 126 | 0 | 24 | 437 | 114 | 55 |
| Binary | 10100101 | 11100 | 11001011 | 10011 | 1010110 | 0 | 10100 | 100011111 | 1001100 | 101101 |
Color Harmonies of #A51CCB
Complementary color
Monochromatic Colors of #A51CCB
Black with #A51CCB
Text Example
Text Example
White with #A51CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51CCB; }
p { color: rgb(165,28,203); }
H1.HeaderClassName
{
color: #A51CCB;
}
.AnyTagClassName
{
color: #A51CCB;
}
</style>
background-color css
<style>
a { background-color: #A51CCB; }
a { background-color: rgb(165,28,203); }
div.DivClassName
{
background-color: #A51CCB;
}
.BgClassName
{
background-color: #A51CCB;
}
</style>
border-color css
<style>
span { border-color: #A51CCB; }
span { border-color: rgb(165,28,203); }
td.TdClassName
{
border-color: #A51CCB;
}
.TagClassName
{
border-color: #A51CCB;
}
</style>