Shades of Dark Orchid #A91CCB
Tints of Dark Orchid #A91CCB
RGB
CMYK
RGB Variations
Color information
#A91CCB (or 0xA91CCB) is known color: Dark Orchid. HEX triplet: A9, 1C and CB. RGB value is (169,28,203). Sum of RGB (Red+Green+Blue) = 169+28+203=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #A91CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CCB is #56E334. Grayscale: #595959. Windows color (decimal): -5694261 or 13311145. OLE color: 13311145.
HSL color Cylindrical-coordinate representation of color #A91CCB: hue angle of 288.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91CCB is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 28 | 203 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.20 |
| HSL | 288.34º | 0.76% | 0.45% | - |
| HSV(B) | 288.34º | 0.86% | 0.8% | - |
| XYZ | 27.56 | 13.58 | 57.67 | - |
| YUV | 90.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 203 | 0.17 | 0.86 | 0 | 0.20 | 288.34 | 0.76 | 0.45 |
| Hex | A9 | 1C | CB | 11 | 56 | 0 | 14 | 120 | 4C | 2D |
| Octal | 251 | 34 | 313 | 21 | 126 | 0 | 24 | 440 | 114 | 55 |
| Binary | 10101001 | 11100 | 11001011 | 10001 | 1010110 | 0 | 10100 | 100100000 | 1001100 | 101101 |
Color Harmonies of #A91CCB
Complementary color
Monochromatic Colors of #A91CCB
Black with #A91CCB
Text Example
Text Example
White with #A91CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CCB; }
p { color: rgb(169,28,203); }
H1.HeaderClassName
{
color: #A91CCB;
}
.AnyTagClassName
{
color: #A91CCB;
}
</style>
background-color css
<style>
a { background-color: #A91CCB; }
a { background-color: rgb(169,28,203); }
div.DivClassName
{
background-color: #A91CCB;
}
.BgClassName
{
background-color: #A91CCB;
}
</style>
border-color css
<style>
span { border-color: #A91CCB; }
span { border-color: rgb(169,28,203); }
td.TdClassName
{
border-color: #A91CCB;
}
.TagClassName
{
border-color: #A91CCB;
}
</style>