Shades of Dark Orchid #A125CE
Tints of Dark Orchid #A125CE
RGB
CMYK
RGB Variations
Color information
#A125CE (or 0xA125CE) is known color: Dark Orchid. HEX triplet: A1, 25 and CE. RGB value is (161,37,206). Sum of RGB (Red+Green+Blue) = 161+37+206=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #A125CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125CE is #5EDA31. Grayscale: #5C5C5C. Windows color (decimal): -6216242 or 13510049. OLE color: 13510049.
HSL color Cylindrical-coordinate representation of color #A125CE: hue angle of 284.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A125CE is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 37 | 206 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.19 |
| HSL | 284.02º | 0.7% | 0.48% | - |
| HSV(B) | 284.02º | 0.82% | 0.81% | - |
| XYZ | 26.5 | 13.36 | 59.57 | - |
| YUV | 93.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 206 | 0.22 | 0.82 | 0 | 0.19 | 284.02 | 0.7 | 0.48 |
| Hex | A1 | 25 | CE | 16 | 52 | 0 | 13 | 11C | 46 | 30 |
| Octal | 241 | 45 | 316 | 26 | 122 | 0 | 23 | 434 | 106 | 60 |
| Binary | 10100001 | 100101 | 11001110 | 10110 | 1010010 | 0 | 10011 | 100011100 | 1000110 | 110000 |
Color Harmonies of #A125CE
Complementary color
Monochromatic Colors of #A125CE
Black with #A125CE
Text Example
Text Example
White with #A125CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A125CE; }
p { color: rgb(161,37,206); }
H1.HeaderClassName
{
color: #A125CE;
}
.AnyTagClassName
{
color: #A125CE;
}
</style>
background-color css
<style>
a { background-color: #A125CE; }
a { background-color: rgb(161,37,206); }
div.DivClassName
{
background-color: #A125CE;
}
.BgClassName
{
background-color: #A125CE;
}
</style>
border-color css
<style>
span { border-color: #A125CE; }
span { border-color: rgb(161,37,206); }
td.TdClassName
{
border-color: #A125CE;
}
.TagClassName
{
border-color: #A125CE;
}
</style>