Shades of Dark Orchid #A124B1
Tints of Dark Orchid #A124B1
RGB
CMYK
RGB Variations
Color information
#A124B1 (or 0xA124B1) is known color: Dark Orchid. HEX triplet: A1, 24 and B1. RGB value is (161,36,177). Sum of RGB (Red+Green+Blue) = 161+36+177=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #A124B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A124B1 is #5EDB4E. Grayscale: #595959. Windows color (decimal): -6216527 or 11609249. OLE color: 11609249.
HSL color Cylindrical-coordinate representation of color #A124B1: hue angle of 293.19º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A124B1 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 36 | 177 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.31 |
| HSL | 293.19º | 0.66% | 0.42% | - |
| HSV(B) | 293.19º | 0.8% | 0.69% | - |
| XYZ | 23.26 | 12.01 | 42.69 | - |
| YUV | 89.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 177 | 0.09 | 0.80 | 0 | 0.31 | 293.19 | 0.66 | 0.42 |
| Hex | A1 | 24 | B1 | 9 | 50 | 0 | 1F | 125 | 42 | 2A |
| Octal | 241 | 44 | 261 | 11 | 120 | 0 | 37 | 445 | 102 | 52 |
| Binary | 10100001 | 100100 | 10110001 | 1001 | 1010000 | 0 | 11111 | 100100101 | 1000010 | 101010 |
Color Harmonies of #A124B1
Complementary color
Monochromatic Colors of #A124B1
Black with #A124B1
Text Example
Text Example
White with #A124B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A124B1; }
p { color: rgb(161,36,177); }
H1.HeaderClassName
{
color: #A124B1;
}
.AnyTagClassName
{
color: #A124B1;
}
</style>
background-color css
<style>
a { background-color: #A124B1; }
a { background-color: rgb(161,36,177); }
div.DivClassName
{
background-color: #A124B1;
}
.BgClassName
{
background-color: #A124B1;
}
</style>
border-color css
<style>
span { border-color: #A124B1; }
span { border-color: rgb(161,36,177); }
td.TdClassName
{
border-color: #A124B1;
}
.TagClassName
{
border-color: #A124B1;
}
</style>