Shades of Dark Orchid #A817B1
Tints of Dark Orchid #A817B1
RGB
CMYK
RGB Variations
Color information
#A817B1 (or 0xA817B1) is known color: Dark Orchid. HEX triplet: A8, 17 and B1. RGB value is (168,23,177). Sum of RGB (Red+Green+Blue) = 168+23+177=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #A817B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817B1 is #57E84E. Grayscale: #535353. Windows color (decimal): -5761103 or 11605928. OLE color: 11605928.
HSL color Cylindrical-coordinate representation of color #A817B1: hue angle of 296.49º 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 #A817B1 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 23 | 177 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.31 |
| HSL | 296.49º | 0.77% | 0.39% | - |
| HSV(B) | 296.49º | 0.87% | 0.69% | - |
| XYZ | 24.39 | 12.11 | 42.65 | - |
| YUV | 83.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 177 | 0.05 | 0.87 | 0 | 0.31 | 296.49 | 0.77 | 0.39 |
| Hex | A8 | 17 | B1 | 5 | 57 | 0 | 1F | 128 | 4D | 27 |
| Octal | 250 | 27 | 261 | 5 | 127 | 0 | 37 | 450 | 115 | 47 |
| Binary | 10101000 | 10111 | 10110001 | 101 | 1010111 | 0 | 11111 | 100101000 | 1001101 | 100111 |
Color Harmonies of #A817B1
Complementary color
Monochromatic Colors of #A817B1
Black with #A817B1
Text Example
Text Example
White with #A817B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817B1; }
p { color: rgb(168,23,177); }
H1.HeaderClassName
{
color: #A817B1;
}
.AnyTagClassName
{
color: #A817B1;
}
</style>
background-color css
<style>
a { background-color: #A817B1; }
a { background-color: rgb(168,23,177); }
div.DivClassName
{
background-color: #A817B1;
}
.BgClassName
{
background-color: #A817B1;
}
</style>
border-color css
<style>
span { border-color: #A817B1; }
span { border-color: rgb(168,23,177); }
td.TdClassName
{
border-color: #A817B1;
}
.TagClassName
{
border-color: #A817B1;
}
</style>