Shades of Dark Orchid #A91BCB
Tints of Dark Orchid #A91BCB
RGB
CMYK
RGB Variations
Color information
#A91BCB (or 0xA91BCB) is known color: Dark Orchid. HEX triplet: A9, 1B and CB. RGB value is (169,27,203). Sum of RGB (Red+Green+Blue) = 169+27+203=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #A91BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BCB is #56E434. Grayscale: #585858. Windows color (decimal): -5694517 or 13310889. OLE color: 13310889.
HSL color Cylindrical-coordinate representation of color #A91BCB: hue angle of 288.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91BCB is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 27 | 203 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.20 |
| HSL | 288.41º | 0.77% | 0.45% | - |
| HSV(B) | 288.41º | 0.87% | 0.8% | - |
| XYZ | 27.53 | 13.53 | 57.66 | - |
| YUV | 89.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 203 | 0.17 | 0.87 | 0 | 0.20 | 288.41 | 0.77 | 0.45 |
| Hex | A9 | 1B | CB | 11 | 57 | 0 | 14 | 120 | 4D | 2D |
| Octal | 251 | 33 | 313 | 21 | 127 | 0 | 24 | 440 | 115 | 55 |
| Binary | 10101001 | 11011 | 11001011 | 10001 | 1010111 | 0 | 10100 | 100100000 | 1001101 | 101101 |
Color Harmonies of #A91BCB
Complementary color
Monochromatic Colors of #A91BCB
Black with #A91BCB
Text Example
Text Example
White with #A91BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BCB; }
p { color: rgb(169,27,203); }
H1.HeaderClassName
{
color: #A91BCB;
}
.AnyTagClassName
{
color: #A91BCB;
}
</style>
background-color css
<style>
a { background-color: #A91BCB; }
a { background-color: rgb(169,27,203); }
div.DivClassName
{
background-color: #A91BCB;
}
.BgClassName
{
background-color: #A91BCB;
}
</style>
border-color css
<style>
span { border-color: #A91BCB; }
span { border-color: rgb(169,27,203); }
td.TdClassName
{
border-color: #A91BCB;
}
.TagClassName
{
border-color: #A91BCB;
}
</style>