Shades of Dark Orchid #A815B0
Tints of Dark Orchid #A815B0
RGB
CMYK
RGB Variations
Color information
#A815B0 (or 0xA815B0) is known color: Dark Orchid. HEX triplet: A8, 15 and B0. RGB value is (168,21,176). Sum of RGB (Red+Green+Blue) = 168+21+176=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 21 (8.59% from 255 or 5.75% 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 #A815B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A815B0 is #57EA4F. Grayscale: #525252. Windows color (decimal): -5761616 or 11539880. OLE color: 11539880.
HSL color Cylindrical-coordinate representation of color #A815B0: hue angle of 296.9º 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 #A815B0 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 21 | 176 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.31 |
| HSL | 296.9º | 0.79% | 0.39% | - |
| HSV(B) | 296.9º | 0.88% | 0.69% | - |
| XYZ | 24.25 | 12 | 42.11 | - |
| YUV | 82.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 176 | 0.05 | 0.88 | 0 | 0.31 | 296.9 | 0.79 | 0.39 |
| Hex | A8 | 15 | B0 | 5 | 58 | 0 | 1F | 129 | 4F | 27 |
| Octal | 250 | 25 | 260 | 5 | 130 | 0 | 37 | 451 | 117 | 47 |
| Binary | 10101000 | 10101 | 10110000 | 101 | 1011000 | 0 | 11111 | 100101001 | 1001111 | 100111 |
Color Harmonies of #A815B0
Complementary color
Monochromatic Colors of #A815B0
Black with #A815B0
Text Example
Text Example
White with #A815B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815B0; }
p { color: rgb(168,21,176); }
H1.HeaderClassName
{
color: #A815B0;
}
.AnyTagClassName
{
color: #A815B0;
}
</style>
background-color css
<style>
a { background-color: #A815B0; }
a { background-color: rgb(168,21,176); }
div.DivClassName
{
background-color: #A815B0;
}
.BgClassName
{
background-color: #A815B0;
}
</style>
border-color css
<style>
span { border-color: #A815B0; }
span { border-color: rgb(168,21,176); }
td.TdClassName
{
border-color: #A815B0;
}
.TagClassName
{
border-color: #A815B0;
}
</style>