Shades of Dark Orchid #A017AF
Tints of Dark Orchid #A017AF
RGB
CMYK
RGB Variations
Color information
#A017AF (or 0xA017AF) is known color: Dark Orchid. HEX triplet: A0, 17 and AF. RGB value is (160,23,175). Sum of RGB (Red+Green+Blue) = 160+23+175=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #A017AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A017AF is #5FE850. Grayscale: #505050. Windows color (decimal): -6285393 or 11474848. OLE color: 11474848.
HSL color Cylindrical-coordinate representation of color #A017AF: hue angle of 294.08º 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 #A017AF is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 23 | 175 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.31 |
| HSL | 294.08º | 0.77% | 0.39% | - |
| HSV(B) | 294.08º | 0.87% | 0.69% | - |
| XYZ | 22.54 | 11.18 | 41.53 | - |
| YUV | 81.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 175 | 0.09 | 0.87 | 0 | 0.31 | 294.08 | 0.77 | 0.39 |
| Hex | A0 | 17 | AF | 9 | 57 | 0 | 1F | 126 | 4D | 27 |
| Octal | 240 | 27 | 257 | 11 | 127 | 0 | 37 | 446 | 115 | 47 |
| Binary | 10100000 | 10111 | 10101111 | 1001 | 1010111 | 0 | 11111 | 100100110 | 1001101 | 100111 |
Color Harmonies of #A017AF
Complementary color
Monochromatic Colors of #A017AF
Black with #A017AF
Text Example
Text Example
White with #A017AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017AF; }
p { color: rgb(160,23,175); }
H1.HeaderClassName
{
color: #A017AF;
}
.AnyTagClassName
{
color: #A017AF;
}
</style>
background-color css
<style>
a { background-color: #A017AF; }
a { background-color: rgb(160,23,175); }
div.DivClassName
{
background-color: #A017AF;
}
.BgClassName
{
background-color: #A017AF;
}
</style>
border-color css
<style>
span { border-color: #A017AF; }
span { border-color: rgb(160,23,175); }
td.TdClassName
{
border-color: #A017AF;
}
.TagClassName
{
border-color: #A017AF;
}
</style>