Shades of Dark Orchid #A125D9
Tints of Dark Orchid #A125D9
RGB
CMYK
RGB Variations
Color information
#A125D9 (or 0xA125D9) is known color: Dark Orchid. HEX triplet: A1, 25 and D9. RGB value is (161,37,217). Sum of RGB (Red+Green+Blue) = 161+37+217=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 217 (85.16% from 255 or 52.29% from 415); Max value from RGB is 217 - color contains mainly: blue. Hex color #A125D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125D9 is #5EDA26. Grayscale: #5E5E5E. Windows color (decimal): -6216231 or 14230945. OLE color: 14230945.
HSL color Cylindrical-coordinate representation of color #A125D9: hue angle of 281.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A125D9 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 37 | 217 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.15 |
| HSL | 281.33º | 0.71% | 0.5% | - |
| HSV(B) | 281.33º | 0.83% | 0.85% | - |
| XYZ | 27.88 | 13.91 | 66.86 | - |
| YUV | 94.6 | 197.08 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 217 | 0.26 | 0.83 | 0 | 0.15 | 281.33 | 0.71 | 0.5 |
| Hex | A1 | 25 | D9 | 1A | 53 | 0 | F | 119 | 47 | 32 |
| Octal | 241 | 45 | 331 | 32 | 123 | 0 | 17 | 431 | 107 | 62 |
| Binary | 10100001 | 100101 | 11011001 | 11010 | 1010011 | 0 | 1111 | 100011001 | 1000111 | 110010 |
Color Harmonies of #A125D9
Complementary color
Monochromatic Colors of #A125D9
Black with #A125D9
Text Example
Text Example
White with #A125D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A125D9; }
p { color: rgb(161,37,217); }
H1.HeaderClassName
{
color: #A125D9;
}
.AnyTagClassName
{
color: #A125D9;
}
</style>
background-color css
<style>
a { background-color: #A125D9; }
a { background-color: rgb(161,37,217); }
div.DivClassName
{
background-color: #A125D9;
}
.BgClassName
{
background-color: #A125D9;
}
</style>
border-color css
<style>
span { border-color: #A125D9; }
span { border-color: rgb(161,37,217); }
td.TdClassName
{
border-color: #A125D9;
}
.TagClassName
{
border-color: #A125D9;
}
</style>