Shades of Dark Orchid #A518C1
Tints of Dark Orchid #A518C1
RGB
CMYK
RGB Variations
Color information
#A518C1 (or 0xA518C1) is known color: Dark Orchid. HEX triplet: A5, 18 and C1. RGB value is (165,24,193). Sum of RGB (Red+Green+Blue) = 165+24+193=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #A518C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518C1 is #5AE73E. Grayscale: #545454. Windows color (decimal): -5957439 or 12654757. OLE color: 12654757.
HSL color Cylindrical-coordinate representation of color #A518C1: hue angle of 290.06º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A518C1 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 24 | 193 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.24 |
| HSL | 290.06º | 0.78% | 0.43% | - |
| HSV(B) | 290.06º | 0.88% | 0.76% | - |
| XYZ | 25.47 | 12.5 | 51.52 | - |
| YUV | 85.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 193 | 0.15 | 0.88 | 0 | 0.24 | 290.06 | 0.78 | 0.43 |
| Hex | A5 | 18 | C1 | F | 58 | 0 | 18 | 122 | 4E | 2B |
| Octal | 245 | 30 | 301 | 17 | 130 | 0 | 30 | 442 | 116 | 53 |
| Binary | 10100101 | 11000 | 11000001 | 1111 | 1011000 | 0 | 11000 | 100100010 | 1001110 | 101011 |
Color Harmonies of #A518C1
Complementary color
Monochromatic Colors of #A518C1
Black with #A518C1
Text Example
Text Example
White with #A518C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518C1; }
p { color: rgb(165,24,193); }
H1.HeaderClassName
{
color: #A518C1;
}
.AnyTagClassName
{
color: #A518C1;
}
</style>
background-color css
<style>
a { background-color: #A518C1; }
a { background-color: rgb(165,24,193); }
div.DivClassName
{
background-color: #A518C1;
}
.BgClassName
{
background-color: #A518C1;
}
</style>
border-color css
<style>
span { border-color: #A518C1; }
span { border-color: rgb(165,24,193); }
td.TdClassName
{
border-color: #A518C1;
}
.TagClassName
{
border-color: #A518C1;
}
</style>