Shades of Dark Orchid #A91ABC
Tints of Dark Orchid #A91ABC
RGB
CMYK
RGB Variations
Color information
#A91ABC (or 0xA91ABC) is known color: Dark Orchid. HEX triplet: A9, 1A and BC. RGB value is (169,26,188). Sum of RGB (Red+Green+Blue) = 169+26+188=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #A91ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ABC is #56E543. Grayscale: #565656. Windows color (decimal): -5694788 or 12327593. OLE color: 12327593.
HSL color Cylindrical-coordinate representation of color #A91ABC: hue angle of 292.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91ABC is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 26 | 188 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.26 |
| HSL | 292.96º | 0.76% | 0.42% | - |
| HSV(B) | 292.96º | 0.86% | 0.74% | - |
| XYZ | 25.81 | 12.8 | 48.69 | - |
| YUV | 87.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 188 | 0.10 | 0.86 | 0 | 0.26 | 292.96 | 0.76 | 0.42 |
| Hex | A9 | 1A | BC | A | 56 | 0 | 1A | 125 | 4C | 2A |
| Octal | 251 | 32 | 274 | 12 | 126 | 0 | 32 | 445 | 114 | 52 |
| Binary | 10101001 | 11010 | 10111100 | 1010 | 1010110 | 0 | 11010 | 100100101 | 1001100 | 101010 |
Color Harmonies of #A91ABC
Complementary color
Monochromatic Colors of #A91ABC
Black with #A91ABC
Text Example
Text Example
White with #A91ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91ABC; }
p { color: rgb(169,26,188); }
H1.HeaderClassName
{
color: #A91ABC;
}
.AnyTagClassName
{
color: #A91ABC;
}
</style>
background-color css
<style>
a { background-color: #A91ABC; }
a { background-color: rgb(169,26,188); }
div.DivClassName
{
background-color: #A91ABC;
}
.BgClassName
{
background-color: #A91ABC;
}
</style>
border-color css
<style>
span { border-color: #A91ABC; }
span { border-color: rgb(169,26,188); }
td.TdClassName
{
border-color: #A91ABC;
}
.TagClassName
{
border-color: #A91ABC;
}
</style>