Shades of Dark Orchid #A925A7
Tints of Dark Orchid #A925A7
RGB
CMYK
RGB Variations
Color information
#A925A7 (or 0xA925A7) is known color: Dark Orchid. HEX triplet: A9, 25 and A7. RGB value is (169,37,167). Sum of RGB (Red+Green+Blue) = 169+37+167=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A925A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A925A7 is #56DA58. Grayscale: #5A5A5A. Windows color (decimal): -5691993 or 10954153. OLE color: 10954153.
HSL color Cylindrical-coordinate representation of color #A925A7: hue angle of 300.91º 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 #A925A7 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 167 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.34 |
| HSL | 300.91º | 0.64% | 0.4% | - |
| HSV(B) | 300.91º | 0.78% | 0.66% | - |
| XYZ | 24 | 12.55 | 37.72 | - |
| YUV | 91.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 167 | 0 | 0.78 | 0.01 | 0.34 | 300.91 | 0.64 | 0.4 |
| Hex | A9 | 25 | A7 | 0 | 4E | 1 | 22 | 12D | 40 | 28 |
| Octal | 251 | 45 | 247 | 0 | 116 | 1 | 42 | 455 | 100 | 50 |
| Binary | 10101001 | 100101 | 10100111 | 0 | 1001110 | 1 | 100010 | 100101101 | 1000000 | 101000 |
Color Harmonies of #A925A7
Complementary color
Monochromatic Colors of #A925A7
Black with #A925A7
Text Example
Text Example
White with #A925A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925A7; }
p { color: rgb(169,37,167); }
H1.HeaderClassName
{
color: #A925A7;
}
.AnyTagClassName
{
color: #A925A7;
}
</style>
background-color css
<style>
a { background-color: #A925A7; }
a { background-color: rgb(169,37,167); }
div.DivClassName
{
background-color: #A925A7;
}
.BgClassName
{
background-color: #A925A7;
}
</style>
border-color css
<style>
span { border-color: #A925A7; }
span { border-color: rgb(169,37,167); }
td.TdClassName
{
border-color: #A925A7;
}
.TagClassName
{
border-color: #A925A7;
}
</style>