Shades of Dark Orchid #A518BF
Tints of Dark Orchid #A518BF
RGB
CMYK
RGB Variations
Color information
#A518BF (or 0xA518BF) is known color: Dark Orchid. HEX triplet: A5, 18 and BF. RGB value is (165,24,191). Sum of RGB (Red+Green+Blue) = 165+24+191=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #A518BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518BF is #5AE740. Grayscale: #545454. Windows color (decimal): -5957441 or 12523685. OLE color: 12523685.
HSL color Cylindrical-coordinate representation of color #A518BF: hue angle of 290.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A518BF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 24 | 191 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.25 |
| HSL | 290.66º | 0.78% | 0.42% | - |
| HSV(B) | 290.66º | 0.87% | 0.75% | - |
| XYZ | 25.25 | 12.41 | 50.36 | - |
| YUV | 85.2 | 187.71 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 191 | 0.14 | 0.87 | 0 | 0.25 | 290.66 | 0.78 | 0.42 |
| Hex | A5 | 18 | BF | E | 57 | 0 | 19 | 123 | 4E | 2A |
| Octal | 245 | 30 | 277 | 16 | 127 | 0 | 31 | 443 | 116 | 52 |
| Binary | 10100101 | 11000 | 10111111 | 1110 | 1010111 | 0 | 11001 | 100100011 | 1001110 | 101010 |
Color Harmonies of #A518BF
Complementary color
Monochromatic Colors of #A518BF
Black with #A518BF
Text Example
Text Example
White with #A518BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518BF; }
p { color: rgb(165,24,191); }
H1.HeaderClassName
{
color: #A518BF;
}
.AnyTagClassName
{
color: #A518BF;
}
</style>
background-color css
<style>
a { background-color: #A518BF; }
a { background-color: rgb(165,24,191); }
div.DivClassName
{
background-color: #A518BF;
}
.BgClassName
{
background-color: #A518BF;
}
</style>
border-color css
<style>
span { border-color: #A518BF; }
span { border-color: rgb(165,24,191); }
td.TdClassName
{
border-color: #A518BF;
}
.TagClassName
{
border-color: #A518BF;
}
</style>