Shades of Dark Orchid #A817BF
Tints of Dark Orchid #A817BF
RGB
CMYK
RGB Variations
Color information
#A817BF (or 0xA817BF) is known color: Dark Orchid. HEX triplet: A8, 17 and BF. RGB value is (168,23,191). Sum of RGB (Red+Green+Blue) = 168+23+191=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #A817BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817BF is #57E840. Grayscale: #545454. Windows color (decimal): -5761089 or 12523432. OLE color: 12523432.
HSL color Cylindrical-coordinate representation of color #A817BF: hue angle of 291.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A817BF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 23 | 191 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.25 |
| HSL | 291.79º | 0.79% | 0.42% | - |
| HSV(B) | 291.79º | 0.88% | 0.75% | - |
| XYZ | 25.86 | 12.7 | 50.38 | - |
| YUV | 85.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 191 | 0.12 | 0.88 | 0 | 0.25 | 291.79 | 0.79 | 0.42 |
| Hex | A8 | 17 | BF | C | 58 | 0 | 19 | 124 | 4F | 2A |
| Octal | 250 | 27 | 277 | 14 | 130 | 0 | 31 | 444 | 117 | 52 |
| Binary | 10101000 | 10111 | 10111111 | 1100 | 1011000 | 0 | 11001 | 100100100 | 1001111 | 101010 |
Color Harmonies of #A817BF
Complementary color
Monochromatic Colors of #A817BF
Black with #A817BF
Text Example
Text Example
White with #A817BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817BF; }
p { color: rgb(168,23,191); }
H1.HeaderClassName
{
color: #A817BF;
}
.AnyTagClassName
{
color: #A817BF;
}
</style>
background-color css
<style>
a { background-color: #A817BF; }
a { background-color: rgb(168,23,191); }
div.DivClassName
{
background-color: #A817BF;
}
.BgClassName
{
background-color: #A817BF;
}
</style>
border-color css
<style>
span { border-color: #A817BF; }
span { border-color: rgb(168,23,191); }
td.TdClassName
{
border-color: #A817BF;
}
.TagClassName
{
border-color: #A817BF;
}
</style>