Shades of Dark Orchid #A31BC9
Tints of Dark Orchid #A31BC9
RGB
CMYK
RGB Variations
Color information
#A31BC9 (or 0xA31BC9) is known color: Dark Orchid. HEX triplet: A3, 1B and C9. RGB value is (163,27,201). Sum of RGB (Red+Green+Blue) = 163+27+201=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #A31BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BC9 is #5CE436. Grayscale: #565656. Windows color (decimal): -6087735 or 13179811. OLE color: 13179811.
HSL color Cylindrical-coordinate representation of color #A31BC9: hue angle of 286.9º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31BC9 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 27 | 201 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.21 |
| HSL | 286.9º | 0.76% | 0.45% | - |
| HSV(B) | 286.9º | 0.87% | 0.79% | - |
| XYZ | 26.04 | 12.79 | 56.35 | - |
| YUV | 87.5 | 192.06 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 201 | 0.19 | 0.87 | 0 | 0.21 | 286.9 | 0.76 | 0.45 |
| Hex | A3 | 1B | C9 | 13 | 57 | 0 | 15 | 11F | 4C | 2D |
| Octal | 243 | 33 | 311 | 23 | 127 | 0 | 25 | 437 | 114 | 55 |
| Binary | 10100011 | 11011 | 11001001 | 10011 | 1010111 | 0 | 10101 | 100011111 | 1001100 | 101101 |
Color Harmonies of #A31BC9
Complementary color
Monochromatic Colors of #A31BC9
Black with #A31BC9
Text Example
Text Example
White with #A31BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31BC9; }
p { color: rgb(163,27,201); }
H1.HeaderClassName
{
color: #A31BC9;
}
.AnyTagClassName
{
color: #A31BC9;
}
</style>
background-color css
<style>
a { background-color: #A31BC9; }
a { background-color: rgb(163,27,201); }
div.DivClassName
{
background-color: #A31BC9;
}
.BgClassName
{
background-color: #A31BC9;
}
</style>
border-color css
<style>
span { border-color: #A31BC9; }
span { border-color: rgb(163,27,201); }
td.TdClassName
{
border-color: #A31BC9;
}
.TagClassName
{
border-color: #A31BC9;
}
</style>