Shades of Dark Orchid #A91CAC
Tints of Dark Orchid #A91CAC
RGB
CMYK
RGB Variations
Color information
#A91CAC (or 0xA91CAC) is known color: Dark Orchid. HEX triplet: A9, 1C and AC. RGB value is (169,28,172). Sum of RGB (Red+Green+Blue) = 169+28+172=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #A91CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91CAC is #56E353. Grayscale: #565656. Windows color (decimal): -5694292 or 11279529. OLE color: 11279529.
HSL color Cylindrical-coordinate representation of color #A91CAC: hue angle of 298.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91CAC is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 28 | 172 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.33 |
| HSL | 298.75º | 0.72% | 0.39% | - |
| HSV(B) | 298.75º | 0.84% | 0.67% | - |
| XYZ | 24.22 | 12.24 | 40.12 | - |
| YUV | 86.58 | 176.21 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 172 | 0.02 | 0.84 | 0 | 0.33 | 298.75 | 0.72 | 0.39 |
| Hex | A9 | 1C | AC | 2 | 54 | 0 | 21 | 12B | 48 | 27 |
| Octal | 251 | 34 | 254 | 2 | 124 | 0 | 41 | 453 | 110 | 47 |
| Binary | 10101001 | 11100 | 10101100 | 10 | 1010100 | 0 | 100001 | 100101011 | 1001000 | 100111 |
Color Harmonies of #A91CAC
Complementary color
Monochromatic Colors of #A91CAC
Black with #A91CAC
Text Example
Text Example
White with #A91CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CAC; }
p { color: rgb(169,28,172); }
H1.HeaderClassName
{
color: #A91CAC;
}
.AnyTagClassName
{
color: #A91CAC;
}
</style>
background-color css
<style>
a { background-color: #A91CAC; }
a { background-color: rgb(169,28,172); }
div.DivClassName
{
background-color: #A91CAC;
}
.BgClassName
{
background-color: #A91CAC;
}
</style>
border-color css
<style>
span { border-color: #A91CAC; }
span { border-color: rgb(169,28,172); }
td.TdClassName
{
border-color: #A91CAC;
}
.TagClassName
{
border-color: #A91CAC;
}
</style>