Shades of Dark Orchid #A131AC
Tints of Dark Orchid #A131AC
RGB
CMYK
RGB Variations
Color information
#A131AC (or 0xA131AC) is known color: Dark Orchid. HEX triplet: A1, 31 and AC. RGB value is (161,49,172). Sum of RGB (Red+Green+Blue) = 161+49+172=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #A131AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A131AC is #5ECE53. Grayscale: #606060. Windows color (decimal): -6213204 or 11284897. OLE color: 11284897.
HSL color Cylindrical-coordinate representation of color #A131AC: hue angle of 294.63º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A131AC is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 49 | 172 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.33 |
| HSL | 294.63º | 0.56% | 0.43% | - |
| HSV(B) | 294.63º | 0.72% | 0.67% | - |
| XYZ | 23.24 | 12.75 | 40.27 | - |
| YUV | 96.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 172 | 0.06 | 0.72 | 0 | 0.33 | 294.63 | 0.56 | 0.43 |
| Hex | A1 | 31 | AC | 6 | 48 | 0 | 21 | 127 | 38 | 2B |
| Octal | 241 | 61 | 254 | 6 | 110 | 0 | 41 | 447 | 70 | 53 |
| Binary | 10100001 | 110001 | 10101100 | 110 | 1001000 | 0 | 100001 | 100100111 | 111000 | 101011 |
Color Harmonies of #A131AC
Complementary color
Monochromatic Colors of #A131AC
Black with #A131AC
Text Example
Text Example
White with #A131AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131AC; }
p { color: rgb(161,49,172); }
H1.HeaderClassName
{
color: #A131AC;
}
.AnyTagClassName
{
color: #A131AC;
}
</style>
background-color css
<style>
a { background-color: #A131AC; }
a { background-color: rgb(161,49,172); }
div.DivClassName
{
background-color: #A131AC;
}
.BgClassName
{
background-color: #A131AC;
}
</style>
border-color css
<style>
span { border-color: #A131AC; }
span { border-color: rgb(161,49,172); }
td.TdClassName
{
border-color: #A131AC;
}
.TagClassName
{
border-color: #A131AC;
}
</style>