Shades of Dark Orchid #A817B0
Tints of Dark Orchid #A817B0
RGB
CMYK
RGB Variations
Color information
#A817B0 (or 0xA817B0) is known color: Dark Orchid. HEX triplet: A8, 17 and B0. RGB value is (168,23,176). Sum of RGB (Red+Green+Blue) = 168+23+176=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #A817B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817B0 is #57E84F. Grayscale: #535353. Windows color (decimal): -5761104 or 11540392. OLE color: 11540392.
HSL color Cylindrical-coordinate representation of color #A817B0: hue angle of 296.86º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A817B0 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 23 | 176 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.31 |
| HSL | 296.86º | 0.77% | 0.39% | - |
| HSV(B) | 296.86º | 0.87% | 0.69% | - |
| XYZ | 24.29 | 12.07 | 42.12 | - |
| YUV | 83.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 176 | 0.05 | 0.87 | 0 | 0.31 | 296.86 | 0.77 | 0.39 |
| Hex | A8 | 17 | B0 | 5 | 57 | 0 | 1F | 129 | 4D | 27 |
| Octal | 250 | 27 | 260 | 5 | 127 | 0 | 37 | 451 | 115 | 47 |
| Binary | 10101000 | 10111 | 10110000 | 101 | 1010111 | 0 | 11111 | 100101001 | 1001101 | 100111 |
Color Harmonies of #A817B0
Complementary color
Monochromatic Colors of #A817B0
Black with #A817B0
Text Example
Text Example
White with #A817B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817B0; }
p { color: rgb(168,23,176); }
H1.HeaderClassName
{
color: #A817B0;
}
.AnyTagClassName
{
color: #A817B0;
}
</style>
background-color css
<style>
a { background-color: #A817B0; }
a { background-color: rgb(168,23,176); }
div.DivClassName
{
background-color: #A817B0;
}
.BgClassName
{
background-color: #A817B0;
}
</style>
border-color css
<style>
span { border-color: #A817B0; }
span { border-color: rgb(168,23,176); }
td.TdClassName
{
border-color: #A817B0;
}
.TagClassName
{
border-color: #A817B0;
}
</style>