Shades of Dark Orchid #A518B7
Tints of Dark Orchid #A518B7
RGB
CMYK
RGB Variations
Color information
#A518B7 (or 0xA518B7) is known color: Dark Orchid. HEX triplet: A5, 18 and B7. RGB value is (165,24,183). Sum of RGB (Red+Green+Blue) = 165+24+183=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #A518B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518B7 is #5AE748. Grayscale: #535353. Windows color (decimal): -5957449 or 11999397. OLE color: 11999397.
HSL color Cylindrical-coordinate representation of color #A518B7: hue angle of 293.21º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A518B7 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 24 | 183 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.28 |
| HSL | 293.21º | 0.77% | 0.41% | - |
| HSV(B) | 293.21º | 0.87% | 0.72% | - |
| XYZ | 24.39 | 12.07 | 45.84 | - |
| YUV | 84.29 | 183.71 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 183 | 0.10 | 0.87 | 0 | 0.28 | 293.21 | 0.77 | 0.41 |
| Hex | A5 | 18 | B7 | A | 57 | 0 | 1C | 125 | 4D | 29 |
| Octal | 245 | 30 | 267 | 12 | 127 | 0 | 34 | 445 | 115 | 51 |
| Binary | 10100101 | 11000 | 10110111 | 1010 | 1010111 | 0 | 11100 | 100100101 | 1001101 | 101001 |
Color Harmonies of #A518B7
Complementary color
Monochromatic Colors of #A518B7
Black with #A518B7
Text Example
Text Example
White with #A518B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518B7; }
p { color: rgb(165,24,183); }
H1.HeaderClassName
{
color: #A518B7;
}
.AnyTagClassName
{
color: #A518B7;
}
</style>
background-color css
<style>
a { background-color: #A518B7; }
a { background-color: rgb(165,24,183); }
div.DivClassName
{
background-color: #A518B7;
}
.BgClassName
{
background-color: #A518B7;
}
</style>
border-color css
<style>
span { border-color: #A518B7; }
span { border-color: rgb(165,24,183); }
td.TdClassName
{
border-color: #A518B7;
}
.TagClassName
{
border-color: #A518B7;
}
</style>