Shades of Dark Orchid #A124AC
Tints of Dark Orchid #A124AC
RGB
CMYK
RGB Variations
Color information
#A124AC (or 0xA124AC) is known color: Dark Orchid. HEX triplet: A1, 24 and AC. RGB value is (161,36,172). Sum of RGB (Red+Green+Blue) = 161+36+172=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #A124AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A124AC is #5EDB53. Grayscale: #585858. Windows color (decimal): -6216532 or 11281569. OLE color: 11281569.
HSL color Cylindrical-coordinate representation of color #A124AC: hue angle of 295.15º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A124AC is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 36 | 172 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.33 |
| HSL | 295.15º | 0.65% | 0.41% | - |
| HSV(B) | 295.15º | 0.79% | 0.67% | - |
| XYZ | 22.78 | 11.82 | 40.11 | - |
| YUV | 88.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 172 | 0.06 | 0.79 | 0 | 0.33 | 295.15 | 0.65 | 0.41 |
| Hex | A1 | 24 | AC | 6 | 4F | 0 | 21 | 127 | 41 | 29 |
| Octal | 241 | 44 | 254 | 6 | 117 | 0 | 41 | 447 | 101 | 51 |
| Binary | 10100001 | 100100 | 10101100 | 110 | 1001111 | 0 | 100001 | 100100111 | 1000001 | 101001 |
Color Harmonies of #A124AC
Complementary color
Monochromatic Colors of #A124AC
Black with #A124AC
Text Example
Text Example
White with #A124AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A124AC; }
p { color: rgb(161,36,172); }
H1.HeaderClassName
{
color: #A124AC;
}
.AnyTagClassName
{
color: #A124AC;
}
</style>
background-color css
<style>
a { background-color: #A124AC; }
a { background-color: rgb(161,36,172); }
div.DivClassName
{
background-color: #A124AC;
}
.BgClassName
{
background-color: #A124AC;
}
</style>
border-color css
<style>
span { border-color: #A124AC; }
span { border-color: rgb(161,36,172); }
td.TdClassName
{
border-color: #A124AC;
}
.TagClassName
{
border-color: #A124AC;
}
</style>