Shades of Dark Orchid #A125C8
Tints of Dark Orchid #A125C8
RGB
CMYK
RGB Variations
Color information
#A125C8 (or 0xA125C8) is known color: Dark Orchid. HEX triplet: A1, 25 and C8. RGB value is (161,37,200). Sum of RGB (Red+Green+Blue) = 161+37+200=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #A125C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125C8 is #5EDA37. Grayscale: #5C5C5C. Windows color (decimal): -6216248 or 13116833. OLE color: 13116833.
HSL color Cylindrical-coordinate representation of color #A125C8: hue angle of 285.64º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A125C8 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 37 | 200 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.22 |
| HSL | 285.64º | 0.69% | 0.46% | - |
| HSV(B) | 285.64º | 0.82% | 0.78% | - |
| XYZ | 25.78 | 13.07 | 55.81 | - |
| YUV | 92.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 200 | 0.19 | 0.82 | 0 | 0.22 | 285.64 | 0.69 | 0.46 |
| Hex | A1 | 25 | C8 | 13 | 52 | 0 | 16 | 11E | 45 | 2E |
| Octal | 241 | 45 | 310 | 23 | 122 | 0 | 26 | 436 | 105 | 56 |
| Binary | 10100001 | 100101 | 11001000 | 10011 | 1010010 | 0 | 10110 | 100011110 | 1000101 | 101110 |
Color Harmonies of #A125C8
Complementary color
Monochromatic Colors of #A125C8
Black with #A125C8
Text Example
Text Example
White with #A125C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A125C8; }
p { color: rgb(161,37,200); }
H1.HeaderClassName
{
color: #A125C8;
}
.AnyTagClassName
{
color: #A125C8;
}
</style>
background-color css
<style>
a { background-color: #A125C8; }
a { background-color: rgb(161,37,200); }
div.DivClassName
{
background-color: #A125C8;
}
.BgClassName
{
background-color: #A125C8;
}
</style>
border-color css
<style>
span { border-color: #A125C8; }
span { border-color: rgb(161,37,200); }
td.TdClassName
{
border-color: #A125C8;
}
.TagClassName
{
border-color: #A125C8;
}
</style>