Shades of Dark Orchid #A91FAC
Tints of Dark Orchid #A91FAC
RGB
CMYK
RGB Variations
Color information
#A91FAC (or 0xA91FAC) is known color: Dark Orchid. HEX triplet: A9, 1F and AC. RGB value is (169,31,172). Sum of RGB (Red+Green+Blue) = 169+31+172=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #A91FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91FAC is #56E053. Grayscale: #575757. Windows color (decimal): -5693524 or 11280297. OLE color: 11280297.
HSL color Cylindrical-coordinate representation of color #A91FAC: hue angle of 298.72º 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 #A91FAC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 31 | 172 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.33 |
| HSL | 298.72º | 0.69% | 0.4% | - |
| HSV(B) | 298.72º | 0.82% | 0.67% | - |
| XYZ | 24.3 | 12.39 | 40.14 | - |
| YUV | 88.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 172 | 0.02 | 0.82 | 0 | 0.33 | 298.72 | 0.69 | 0.4 |
| Hex | A9 | 1F | AC | 2 | 52 | 0 | 21 | 12B | 45 | 28 |
| Octal | 251 | 37 | 254 | 2 | 122 | 0 | 41 | 453 | 105 | 50 |
| Binary | 10101001 | 11111 | 10101100 | 10 | 1010010 | 0 | 100001 | 100101011 | 1000101 | 101000 |
Color Harmonies of #A91FAC
Complementary color
Monochromatic Colors of #A91FAC
Black with #A91FAC
Text Example
Text Example
White with #A91FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FAC; }
p { color: rgb(169,31,172); }
H1.HeaderClassName
{
color: #A91FAC;
}
.AnyTagClassName
{
color: #A91FAC;
}
</style>
background-color css
<style>
a { background-color: #A91FAC; }
a { background-color: rgb(169,31,172); }
div.DivClassName
{
background-color: #A91FAC;
}
.BgClassName
{
background-color: #A91FAC;
}
</style>
border-color css
<style>
span { border-color: #A91FAC; }
span { border-color: rgb(169,31,172); }
td.TdClassName
{
border-color: #A91FAC;
}
.TagClassName
{
border-color: #A91FAC;
}
</style>