Shades of Dark Orchid #A31CAC
Tints of Dark Orchid #A31CAC
RGB
CMYK
RGB Variations
Color information
#A31CAC (or 0xA31CAC) is known color: Dark Orchid. HEX triplet: A3, 1C and AC. RGB value is (163,28,172). Sum of RGB (Red+Green+Blue) = 163+28+172=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #A31CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31CAC is #5CE353. Grayscale: #545454. Windows color (decimal): -6087508 or 11279523. OLE color: 11279523.
HSL color Cylindrical-coordinate representation of color #A31CAC: hue angle of 296.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31CAC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 28 | 172 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.33 |
| HSL | 296.25º | 0.72% | 0.39% | - |
| HSV(B) | 296.25º | 0.84% | 0.67% | - |
| XYZ | 22.97 | 11.6 | 40.06 | - |
| YUV | 84.78 | 177.23 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 172 | 0.05 | 0.84 | 0 | 0.33 | 296.25 | 0.72 | 0.39 |
| Hex | A3 | 1C | AC | 5 | 54 | 0 | 21 | 128 | 48 | 27 |
| Octal | 243 | 34 | 254 | 5 | 124 | 0 | 41 | 450 | 110 | 47 |
| Binary | 10100011 | 11100 | 10101100 | 101 | 1010100 | 0 | 100001 | 100101000 | 1001000 | 100111 |
Color Harmonies of #A31CAC
Complementary color
Monochromatic Colors of #A31CAC
Black with #A31CAC
Text Example
Text Example
White with #A31CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31CAC; }
p { color: rgb(163,28,172); }
H1.HeaderClassName
{
color: #A31CAC;
}
.AnyTagClassName
{
color: #A31CAC;
}
</style>
background-color css
<style>
a { background-color: #A31CAC; }
a { background-color: rgb(163,28,172); }
div.DivClassName
{
background-color: #A31CAC;
}
.BgClassName
{
background-color: #A31CAC;
}
</style>
border-color css
<style>
span { border-color: #A31CAC; }
span { border-color: rgb(163,28,172); }
td.TdClassName
{
border-color: #A31CAC;
}
.TagClassName
{
border-color: #A31CAC;
}
</style>