Shades of Dark Orchid #A518C7
Tints of Dark Orchid #A518C7
RGB
CMYK
RGB Variations
Color information
#A518C7 (or 0xA518C7) is known color: Dark Orchid. HEX triplet: A5, 18 and C7. RGB value is (165,24,199). Sum of RGB (Red+Green+Blue) = 165+24+199=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #A518C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518C7 is #5AE738. Grayscale: #555555. Windows color (decimal): -5957433 or 13047973. OLE color: 13047973.
HSL color Cylindrical-coordinate representation of color #A518C7: hue angle of 288.34º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A518C7 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 24 | 199 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.22 |
| HSL | 288.34º | 0.78% | 0.44% | - |
| HSV(B) | 288.34º | 0.88% | 0.78% | - |
| XYZ | 26.15 | 12.78 | 55.12 | - |
| YUV | 86.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 199 | 0.17 | 0.88 | 0 | 0.22 | 288.34 | 0.78 | 0.44 |
| Hex | A5 | 18 | C7 | 11 | 58 | 0 | 16 | 120 | 4E | 2C |
| Octal | 245 | 30 | 307 | 21 | 130 | 0 | 26 | 440 | 116 | 54 |
| Binary | 10100101 | 11000 | 11000111 | 10001 | 1011000 | 0 | 10110 | 100100000 | 1001110 | 101100 |
Color Harmonies of #A518C7
Complementary color
Monochromatic Colors of #A518C7
Black with #A518C7
Text Example
Text Example
White with #A518C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518C7; }
p { color: rgb(165,24,199); }
H1.HeaderClassName
{
color: #A518C7;
}
.AnyTagClassName
{
color: #A518C7;
}
</style>
background-color css
<style>
a { background-color: #A518C7; }
a { background-color: rgb(165,24,199); }
div.DivClassName
{
background-color: #A518C7;
}
.BgClassName
{
background-color: #A518C7;
}
</style>
border-color css
<style>
span { border-color: #A518C7; }
span { border-color: rgb(165,24,199); }
td.TdClassName
{
border-color: #A518C7;
}
.TagClassName
{
border-color: #A518C7;
}
</style>