Shades of Dark Orchid #A115B0
Tints of Dark Orchid #A115B0
RGB
CMYK
RGB Variations
Color information
#A115B0 (or 0xA115B0) is known color: Dark Orchid. HEX triplet: A1, 15 and B0. RGB value is (161,21,176). Sum of RGB (Red+Green+Blue) = 161+21+176=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #A115B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A115B0 is #5EEA4F. Grayscale: #505050. Windows color (decimal): -6220368 or 11539873. OLE color: 11539873.
HSL color Cylindrical-coordinate representation of color #A115B0: hue angle of 294.19º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A115B0 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 21 | 176 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.31 |
| HSL | 294.19º | 0.79% | 0.39% | - |
| HSV(B) | 294.19º | 0.88% | 0.69% | - |
| XYZ | 22.8 | 11.25 | 42.04 | - |
| YUV | 80.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 176 | 0.09 | 0.88 | 0 | 0.31 | 294.19 | 0.79 | 0.39 |
| Hex | A1 | 15 | B0 | 9 | 58 | 0 | 1F | 126 | 4F | 27 |
| Octal | 241 | 25 | 260 | 11 | 130 | 0 | 37 | 446 | 117 | 47 |
| Binary | 10100001 | 10101 | 10110000 | 1001 | 1011000 | 0 | 11111 | 100100110 | 1001111 | 100111 |
Color Harmonies of #A115B0
Complementary color
Monochromatic Colors of #A115B0
Black with #A115B0
Text Example
Text Example
White with #A115B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115B0; }
p { color: rgb(161,21,176); }
H1.HeaderClassName
{
color: #A115B0;
}
.AnyTagClassName
{
color: #A115B0;
}
</style>
background-color css
<style>
a { background-color: #A115B0; }
a { background-color: rgb(161,21,176); }
div.DivClassName
{
background-color: #A115B0;
}
.BgClassName
{
background-color: #A115B0;
}
</style>
border-color css
<style>
span { border-color: #A115B0; }
span { border-color: rgb(161,21,176); }
td.TdClassName
{
border-color: #A115B0;
}
.TagClassName
{
border-color: #A115B0;
}
</style>