Shades of Dark Orchid #A91BAC
Tints of Dark Orchid #A91BAC
RGB
CMYK
RGB Variations
Color information
#A91BAC (or 0xA91BAC) is known color: Dark Orchid. HEX triplet: A9, 1B and AC. RGB value is (169,27,172). Sum of RGB (Red+Green+Blue) = 169+27+172=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #A91BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91BAC is #56E453. Grayscale: #555555. Windows color (decimal): -5694548 or 11279273. OLE color: 11279273.
HSL color Cylindrical-coordinate representation of color #A91BAC: hue angle of 298.76º degrees, saturation: 0.73, 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 #A91BAC is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 27 | 172 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.33 |
| HSL | 298.76º | 0.73% | 0.39% | - |
| HSV(B) | 298.76º | 0.84% | 0.67% | - |
| XYZ | 24.2 | 12.2 | 40.11 | - |
| YUV | 85.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 172 | 0.02 | 0.84 | 0 | 0.33 | 298.76 | 0.73 | 0.39 |
| Hex | A9 | 1B | AC | 2 | 54 | 0 | 21 | 12B | 49 | 27 |
| Octal | 251 | 33 | 254 | 2 | 124 | 0 | 41 | 453 | 111 | 47 |
| Binary | 10101001 | 11011 | 10101100 | 10 | 1010100 | 0 | 100001 | 100101011 | 1001001 | 100111 |
Color Harmonies of #A91BAC
Complementary color
Monochromatic Colors of #A91BAC
Black with #A91BAC
Text Example
Text Example
White with #A91BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BAC; }
p { color: rgb(169,27,172); }
H1.HeaderClassName
{
color: #A91BAC;
}
.AnyTagClassName
{
color: #A91BAC;
}
</style>
background-color css
<style>
a { background-color: #A91BAC; }
a { background-color: rgb(169,27,172); }
div.DivClassName
{
background-color: #A91BAC;
}
.BgClassName
{
background-color: #A91BAC;
}
</style>
border-color css
<style>
span { border-color: #A91BAC; }
span { border-color: rgb(169,27,172); }
td.TdClassName
{
border-color: #A91BAC;
}
.TagClassName
{
border-color: #A91BAC;
}
</style>