Shades of Dark Orchid #A925C6
Tints of Dark Orchid #A925C6
RGB
CMYK
RGB Variations
Color information
#A925C6 (or 0xA925C6) is known color: Dark Orchid. HEX triplet: A9, 25 and C6. RGB value is (169,37,198). Sum of RGB (Red+Green+Blue) = 169+37+198=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #A925C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A925C6 is #56DA39. Grayscale: #5E5E5E. Windows color (decimal): -5691962 or 12985769. OLE color: 12985769.
HSL color Cylindrical-coordinate representation of color #A925C6: hue angle of 289.19º 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 #A925C6 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 37 | 198 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.22 |
| HSL | 289.19º | 0.69% | 0.46% | - |
| HSV(B) | 289.19º | 0.81% | 0.78% | - |
| XYZ | 27.22 | 13.84 | 54.66 | - |
| YUV | 94.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 198 | 0.15 | 0.81 | 0 | 0.22 | 289.19 | 0.69 | 0.46 |
| Hex | A9 | 25 | C6 | F | 51 | 0 | 16 | 121 | 45 | 2E |
| Octal | 251 | 45 | 306 | 17 | 121 | 0 | 26 | 441 | 105 | 56 |
| Binary | 10101001 | 100101 | 11000110 | 1111 | 1010001 | 0 | 10110 | 100100001 | 1000101 | 101110 |
Color Harmonies of #A925C6
Complementary color
Monochromatic Colors of #A925C6
Black with #A925C6
Text Example
Text Example
White with #A925C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925C6; }
p { color: rgb(169,37,198); }
H1.HeaderClassName
{
color: #A925C6;
}
.AnyTagClassName
{
color: #A925C6;
}
</style>
background-color css
<style>
a { background-color: #A925C6; }
a { background-color: rgb(169,37,198); }
div.DivClassName
{
background-color: #A925C6;
}
.BgClassName
{
background-color: #A925C6;
}
</style>
border-color css
<style>
span { border-color: #A925C6; }
span { border-color: rgb(169,37,198); }
td.TdClassName
{
border-color: #A925C6;
}
.TagClassName
{
border-color: #A925C6;
}
</style>