Shades of Dark Orchid #A519CB
Tints of Dark Orchid #A519CB
RGB
CMYK
RGB Variations
Color information
#A519CB (or 0xA519CB) is known color: Dark Orchid. HEX triplet: A5, 19 and CB. RGB value is (165,25,203). Sum of RGB (Red+Green+Blue) = 165+25+203=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #A519CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519CB is #5AE634. Grayscale: #565656. Windows color (decimal): -5957173 or 13310373. OLE color: 13310373.
HSL color Cylindrical-coordinate representation of color #A519CB: hue angle of 287.19º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A519CB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 25 | 203 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.20 |
| HSL | 287.19º | 0.78% | 0.45% | - |
| HSV(B) | 287.19º | 0.88% | 0.8% | - |
| XYZ | 26.64 | 13.01 | 57.61 | - |
| YUV | 87.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 203 | 0.19 | 0.88 | 0 | 0.20 | 287.19 | 0.78 | 0.45 |
| Hex | A5 | 19 | CB | 13 | 58 | 0 | 14 | 11F | 4E | 2D |
| Octal | 245 | 31 | 313 | 23 | 130 | 0 | 24 | 437 | 116 | 55 |
| Binary | 10100101 | 11001 | 11001011 | 10011 | 1011000 | 0 | 10100 | 100011111 | 1001110 | 101101 |
Color Harmonies of #A519CB
Complementary color
Monochromatic Colors of #A519CB
Black with #A519CB
Text Example
Text Example
White with #A519CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519CB; }
p { color: rgb(165,25,203); }
H1.HeaderClassName
{
color: #A519CB;
}
.AnyTagClassName
{
color: #A519CB;
}
</style>
background-color css
<style>
a { background-color: #A519CB; }
a { background-color: rgb(165,25,203); }
div.DivClassName
{
background-color: #A519CB;
}
.BgClassName
{
background-color: #A519CB;
}
</style>
border-color css
<style>
span { border-color: #A519CB; }
span { border-color: rgb(165,25,203); }
td.TdClassName
{
border-color: #A519CB;
}
.TagClassName
{
border-color: #A519CB;
}
</style>