Shades of Dark Orchid #A815B8
Tints of Dark Orchid #A815B8
RGB
CMYK
RGB Variations
Color information
#A815B8 (or 0xA815B8) is known color: Dark Orchid. HEX triplet: A8, 15 and B8. RGB value is (168,21,184). Sum of RGB (Red+Green+Blue) = 168+21+184=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #A815B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815B8 is #57EA47. Grayscale: #535353. Windows color (decimal): -5761608 or 12064168. OLE color: 12064168.
HSL color Cylindrical-coordinate representation of color #A815B8: hue angle of 294.11º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A815B8 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 21 | 184 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.28 |
| HSL | 294.11º | 0.8% | 0.4% | - |
| HSV(B) | 294.11º | 0.89% | 0.72% | - |
| XYZ | 25.07 | 12.32 | 46.4 | - |
| YUV | 83.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 184 | 0.09 | 0.89 | 0 | 0.28 | 294.11 | 0.8 | 0.4 |
| Hex | A8 | 15 | B8 | 9 | 59 | 0 | 1C | 126 | 50 | 28 |
| Octal | 250 | 25 | 270 | 11 | 131 | 0 | 34 | 446 | 120 | 50 |
| Binary | 10101000 | 10101 | 10111000 | 1001 | 1011001 | 0 | 11100 | 100100110 | 1010000 | 101000 |
Color Harmonies of #A815B8
Complementary color
Monochromatic Colors of #A815B8
Black with #A815B8
Text Example
Text Example
White with #A815B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815B8; }
p { color: rgb(168,21,184); }
H1.HeaderClassName
{
color: #A815B8;
}
.AnyTagClassName
{
color: #A815B8;
}
</style>
background-color css
<style>
a { background-color: #A815B8; }
a { background-color: rgb(168,21,184); }
div.DivClassName
{
background-color: #A815B8;
}
.BgClassName
{
background-color: #A815B8;
}
</style>
border-color css
<style>
span { border-color: #A815B8; }
span { border-color: rgb(168,21,184); }
td.TdClassName
{
border-color: #A815B8;
}
.TagClassName
{
border-color: #A815B8;
}
</style>