Shades of Dark Orchid #A518B5
Tints of Dark Orchid #A518B5
RGB
CMYK
RGB Variations
Color information
#A518B5 (or 0xA518B5) is known color: Dark Orchid. HEX triplet: A5, 18 and B5. RGB value is (165,24,181). Sum of RGB (Red+Green+Blue) = 165+24+181=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #A518B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518B5 is #5AE74A. Grayscale: #535353. Windows color (decimal): -5957451 or 11868325. OLE color: 11868325.
HSL color Cylindrical-coordinate representation of color #A518B5: hue angle of 293.89º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A518B5 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 24 | 181 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.29 |
| HSL | 293.89º | 0.77% | 0.4% | - |
| HSV(B) | 293.89º | 0.87% | 0.71% | - |
| XYZ | 24.18 | 11.99 | 44.76 | - |
| YUV | 84.06 | 182.71 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 181 | 0.09 | 0.87 | 0 | 0.29 | 293.89 | 0.77 | 0.4 |
| Hex | A5 | 18 | B5 | 9 | 57 | 0 | 1D | 126 | 4D | 28 |
| Octal | 245 | 30 | 265 | 11 | 127 | 0 | 35 | 446 | 115 | 50 |
| Binary | 10100101 | 11000 | 10110101 | 1001 | 1010111 | 0 | 11101 | 100100110 | 1001101 | 101000 |
Color Harmonies of #A518B5
Complementary color
Monochromatic Colors of #A518B5
Black with #A518B5
Text Example
Text Example
White with #A518B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518B5; }
p { color: rgb(165,24,181); }
H1.HeaderClassName
{
color: #A518B5;
}
.AnyTagClassName
{
color: #A518B5;
}
</style>
background-color css
<style>
a { background-color: #A518B5; }
a { background-color: rgb(165,24,181); }
div.DivClassName
{
background-color: #A518B5;
}
.BgClassName
{
background-color: #A518B5;
}
</style>
border-color css
<style>
span { border-color: #A518B5; }
span { border-color: rgb(165,24,181); }
td.TdClassName
{
border-color: #A518B5;
}
.TagClassName
{
border-color: #A518B5;
}
</style>