Shades of Dark Orchid #A31FC4
Tints of Dark Orchid #A31FC4
RGB
CMYK
RGB Variations
Color information
#A31FC4 (or 0xA31FC4) is known color: Dark Orchid. HEX triplet: A3, 1F and C4. RGB value is (163,31,196). Sum of RGB (Red+Green+Blue) = 163+31+196=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #A31FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FC4 is #5CE03B. Grayscale: #585858. Windows color (decimal): -6086716 or 12853155. OLE color: 12853155.
HSL color Cylindrical-coordinate representation of color #A31FC4: hue angle of 288º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31FC4 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 31 | 196 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.23 |
| HSL | 288º | 0.73% | 0.45% | - |
| HSV(B) | 288º | 0.84% | 0.77% | - |
| XYZ | 25.56 | 12.75 | 53.34 | - |
| YUV | 89.28 | 188.23 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 196 | 0.17 | 0.84 | 0 | 0.23 | 288 | 0.73 | 0.45 |
| Hex | A3 | 1F | C4 | 11 | 54 | 0 | 17 | 120 | 49 | 2D |
| Octal | 243 | 37 | 304 | 21 | 124 | 0 | 27 | 440 | 111 | 55 |
| Binary | 10100011 | 11111 | 11000100 | 10001 | 1010100 | 0 | 10111 | 100100000 | 1001001 | 101101 |
Color Harmonies of #A31FC4
Complementary color
Monochromatic Colors of #A31FC4
Black with #A31FC4
Text Example
Text Example
White with #A31FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FC4; }
p { color: rgb(163,31,196); }
H1.HeaderClassName
{
color: #A31FC4;
}
.AnyTagClassName
{
color: #A31FC4;
}
</style>
background-color css
<style>
a { background-color: #A31FC4; }
a { background-color: rgb(163,31,196); }
div.DivClassName
{
background-color: #A31FC4;
}
.BgClassName
{
background-color: #A31FC4;
}
</style>
border-color css
<style>
span { border-color: #A31FC4; }
span { border-color: rgb(163,31,196); }
td.TdClassName
{
border-color: #A31FC4;
}
.TagClassName
{
border-color: #A31FC4;
}
</style>