Shades of Dark Orchid #A018B7
Tints of Dark Orchid #A018B7
RGB
CMYK
RGB Variations
Color information
#A018B7 (or 0xA018B7) is known color: Dark Orchid. HEX triplet: A0, 18 and B7. RGB value is (160,24,183). Sum of RGB (Red+Green+Blue) = 160+24+183=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #A018B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018B7 is #5FE748. Grayscale: #525252. Windows color (decimal): -6285129 or 11999392. OLE color: 11999392.
HSL color Cylindrical-coordinate representation of color #A018B7: hue angle of 291.32º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A018B7 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 24 | 183 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.28 |
| HSL | 291.32º | 0.77% | 0.41% | - |
| HSV(B) | 291.32º | 0.87% | 0.72% | - |
| XYZ | 23.37 | 11.55 | 45.8 | - |
| YUV | 82.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 183 | 0.13 | 0.87 | 0 | 0.28 | 291.32 | 0.77 | 0.41 |
| Hex | A0 | 18 | B7 | D | 57 | 0 | 1C | 123 | 4D | 29 |
| Octal | 240 | 30 | 267 | 15 | 127 | 0 | 34 | 443 | 115 | 51 |
| Binary | 10100000 | 11000 | 10110111 | 1101 | 1010111 | 0 | 11100 | 100100011 | 1001101 | 101001 |
Color Harmonies of #A018B7
Complementary color
Monochromatic Colors of #A018B7
Black with #A018B7
Text Example
Text Example
White with #A018B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018B7; }
p { color: rgb(160,24,183); }
H1.HeaderClassName
{
color: #A018B7;
}
.AnyTagClassName
{
color: #A018B7;
}
</style>
background-color css
<style>
a { background-color: #A018B7; }
a { background-color: rgb(160,24,183); }
div.DivClassName
{
background-color: #A018B7;
}
.BgClassName
{
background-color: #A018B7;
}
</style>
border-color css
<style>
span { border-color: #A018B7; }
span { border-color: rgb(160,24,183); }
td.TdClassName
{
border-color: #A018B7;
}
.TagClassName
{
border-color: #A018B7;
}
</style>