Shades of Dark Orchid #A518B0
Tints of Dark Orchid #A518B0
RGB
CMYK
RGB Variations
Color information
#A518B0 (or 0xA518B0) is known color: Dark Orchid. HEX triplet: A5, 18 and B0. RGB value is (165,24,176). Sum of RGB (Red+Green+Blue) = 165+24+176=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #A518B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A518B0 is #5AE74F. Grayscale: #535353. Windows color (decimal): -5957456 or 11540645. OLE color: 11540645.
HSL color Cylindrical-coordinate representation of color #A518B0: hue angle of 295.66º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A518B0 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 24 | 176 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.31 |
| HSL | 295.66º | 0.76% | 0.39% | - |
| HSV(B) | 295.66º | 0.86% | 0.69% | - |
| XYZ | 23.68 | 11.79 | 42.1 | - |
| YUV | 83.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 176 | 0.06 | 0.86 | 0 | 0.31 | 295.66 | 0.76 | 0.39 |
| Hex | A5 | 18 | B0 | 6 | 56 | 0 | 1F | 128 | 4C | 27 |
| Octal | 245 | 30 | 260 | 6 | 126 | 0 | 37 | 450 | 114 | 47 |
| Binary | 10100101 | 11000 | 10110000 | 110 | 1010110 | 0 | 11111 | 100101000 | 1001100 | 100111 |
Color Harmonies of #A518B0
Complementary color
Monochromatic Colors of #A518B0
Black with #A518B0
Text Example
Text Example
White with #A518B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518B0; }
p { color: rgb(165,24,176); }
H1.HeaderClassName
{
color: #A518B0;
}
.AnyTagClassName
{
color: #A518B0;
}
</style>
background-color css
<style>
a { background-color: #A518B0; }
a { background-color: rgb(165,24,176); }
div.DivClassName
{
background-color: #A518B0;
}
.BgClassName
{
background-color: #A518B0;
}
</style>
border-color css
<style>
span { border-color: #A518B0; }
span { border-color: rgb(165,24,176); }
td.TdClassName
{
border-color: #A518B0;
}
.TagClassName
{
border-color: #A518B0;
}
</style>