Shades of Dark Orchid #A015B0
Tints of Dark Orchid #A015B0
RGB
CMYK
RGB Variations
Color information
#A015B0 (or 0xA015B0) is known color: Dark Orchid. HEX triplet: A0, 15 and B0. RGB value is (160,21,176). Sum of RGB (Red+Green+Blue) = 160+21+176=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #A015B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A015B0 is #5FEA4F. Grayscale: #4F4F4F. Windows color (decimal): -6285904 or 11539872. OLE color: 11539872.
HSL color Cylindrical-coordinate representation of color #A015B0: hue angle of 293.81º 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 #A015B0 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 21 | 176 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.31 |
| HSL | 293.81º | 0.79% | 0.39% | - |
| HSV(B) | 293.81º | 0.88% | 0.69% | - |
| XYZ | 22.6 | 11.14 | 42.03 | - |
| YUV | 80.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 176 | 0.09 | 0.88 | 0 | 0.31 | 293.81 | 0.79 | 0.39 |
| Hex | A0 | 15 | B0 | 9 | 58 | 0 | 1F | 126 | 4F | 27 |
| Octal | 240 | 25 | 260 | 11 | 130 | 0 | 37 | 446 | 117 | 47 |
| Binary | 10100000 | 10101 | 10110000 | 1001 | 1011000 | 0 | 11111 | 100100110 | 1001111 | 100111 |
Color Harmonies of #A015B0
Complementary color
Monochromatic Colors of #A015B0
Black with #A015B0
Text Example
Text Example
White with #A015B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A015B0; }
p { color: rgb(160,21,176); }
H1.HeaderClassName
{
color: #A015B0;
}
.AnyTagClassName
{
color: #A015B0;
}
</style>
background-color css
<style>
a { background-color: #A015B0; }
a { background-color: rgb(160,21,176); }
div.DivClassName
{
background-color: #A015B0;
}
.BgClassName
{
background-color: #A015B0;
}
</style>
border-color css
<style>
span { border-color: #A015B0; }
span { border-color: rgb(160,21,176); }
td.TdClassName
{
border-color: #A015B0;
}
.TagClassName
{
border-color: #A015B0;
}
</style>