Shades of Dark Orchid #A01FAC
Tints of Dark Orchid #A01FAC
RGB
CMYK
RGB Variations
Color information
#A01FAC (or 0xA01FAC) is known color: Dark Orchid. HEX triplet: A0, 1F and AC. RGB value is (160,31,172). Sum of RGB (Red+Green+Blue) = 160+31+172=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #A01FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01FAC is #5FE053. Grayscale: #555555. Windows color (decimal): -6283348 or 11280288. OLE color: 11280288.
HSL color Cylindrical-coordinate representation of color #A01FAC: hue angle of 294.89º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01FAC is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 31 | 172 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.33 |
| HSL | 294.89º | 0.69% | 0.4% | - |
| HSV(B) | 294.89º | 0.82% | 0.67% | - |
| XYZ | 22.43 | 11.43 | 40.05 | - |
| YUV | 85.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 172 | 0.07 | 0.82 | 0 | 0.33 | 294.89 | 0.69 | 0.4 |
| Hex | A0 | 1F | AC | 7 | 52 | 0 | 21 | 127 | 45 | 28 |
| Octal | 240 | 37 | 254 | 7 | 122 | 0 | 41 | 447 | 105 | 50 |
| Binary | 10100000 | 11111 | 10101100 | 111 | 1010010 | 0 | 100001 | 100100111 | 1000101 | 101000 |
Color Harmonies of #A01FAC
Complementary color
Monochromatic Colors of #A01FAC
Black with #A01FAC
Text Example
Text Example
White with #A01FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01FAC; }
p { color: rgb(160,31,172); }
H1.HeaderClassName
{
color: #A01FAC;
}
.AnyTagClassName
{
color: #A01FAC;
}
</style>
background-color css
<style>
a { background-color: #A01FAC; }
a { background-color: rgb(160,31,172); }
div.DivClassName
{
background-color: #A01FAC;
}
.BgClassName
{
background-color: #A01FAC;
}
</style>
border-color css
<style>
span { border-color: #A01FAC; }
span { border-color: rgb(160,31,172); }
td.TdClassName
{
border-color: #A01FAC;
}
.TagClassName
{
border-color: #A01FAC;
}
</style>