Shades of Dark Orchid #A925A9
Tints of Dark Orchid #A925A9
RGB
CMYK
RGB Variations
Color information
#A925A9 (or 0xA925A9) is known color: Dark Orchid. HEX triplet: A9, 25 and A9. RGB value is (169,37,169). Sum of RGB (Red+Green+Blue) = 169+37+169=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A925A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A925A9 is #56DA56. Grayscale: #5B5B5B. Windows color (decimal): -5691991 or 11085225. OLE color: 11085225.
HSL color Cylindrical-coordinate representation of color #A925A9: hue angle of 300º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A925A9 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 169 | - |
| CMYK | 0 | 0.78 | 0 | 0.34 |
| HSL | 300º | 0.64% | 0.4% | - |
| HSV(B) | 300º | 0.78% | 0.66% | - |
| XYZ | 24.19 | 12.62 | 38.7 | - |
| YUV | 91.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 169 | 0 | 0.78 | 0 | 0.34 | 300 | 0.64 | 0.4 |
| Hex | A9 | 25 | A9 | 0 | 4E | 0 | 22 | 12C | 40 | 28 |
| Octal | 251 | 45 | 251 | 0 | 116 | 0 | 42 | 454 | 100 | 50 |
| Binary | 10101001 | 100101 | 10101001 | 0 | 1001110 | 0 | 100010 | 100101100 | 1000000 | 101000 |
Color Harmonies of #A925A9
Complementary color
Monochromatic Colors of #A925A9
Black with #A925A9
Text Example
Text Example
White with #A925A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925A9; }
p { color: rgb(169,37,169); }
H1.HeaderClassName
{
color: #A925A9;
}
.AnyTagClassName
{
color: #A925A9;
}
</style>
background-color css
<style>
a { background-color: #A925A9; }
a { background-color: rgb(169,37,169); }
div.DivClassName
{
background-color: #A925A9;
}
.BgClassName
{
background-color: #A925A9;
}
</style>
border-color css
<style>
span { border-color: #A925A9; }
span { border-color: rgb(169,37,169); }
td.TdClassName
{
border-color: #A925A9;
}
.TagClassName
{
border-color: #A925A9;
}
</style>