Shades of Dark Orchid #A925A8
Tints of Dark Orchid #A925A8
RGB
CMYK
RGB Variations
Color information
#A925A8 (or 0xA925A8) is known color: Dark Orchid. HEX triplet: A9, 25 and A8. RGB value is (169,37,168). Sum of RGB (Red+Green+Blue) = 169+37+168=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A925A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A925A8 is #56DA57. Grayscale: #5B5B5B. Windows color (decimal): -5691992 or 11019689. OLE color: 11019689.
HSL color Cylindrical-coordinate representation of color #A925A8: hue angle of 300.45º 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 #A925A8 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 168 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.34 |
| HSL | 300.45º | 0.64% | 0.4% | - |
| HSV(B) | 300.45º | 0.78% | 0.66% | - |
| XYZ | 24.09 | 12.59 | 38.21 | - |
| YUV | 91.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 168 | 0 | 0.78 | 0.01 | 0.34 | 300.45 | 0.64 | 0.4 |
| Hex | A9 | 25 | A8 | 0 | 4E | 1 | 22 | 12C | 40 | 28 |
| Octal | 251 | 45 | 250 | 0 | 116 | 1 | 42 | 454 | 100 | 50 |
| Binary | 10101001 | 100101 | 10101000 | 0 | 1001110 | 1 | 100010 | 100101100 | 1000000 | 101000 |
Color Harmonies of #A925A8
Complementary color
Monochromatic Colors of #A925A8
Black with #A925A8
Text Example
Text Example
White with #A925A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925A8; }
p { color: rgb(169,37,168); }
H1.HeaderClassName
{
color: #A925A8;
}
.AnyTagClassName
{
color: #A925A8;
}
</style>
background-color css
<style>
a { background-color: #A925A8; }
a { background-color: rgb(169,37,168); }
div.DivClassName
{
background-color: #A925A8;
}
.BgClassName
{
background-color: #A925A8;
}
</style>
border-color css
<style>
span { border-color: #A925A8; }
span { border-color: rgb(169,37,168); }
td.TdClassName
{
border-color: #A925A8;
}
.TagClassName
{
border-color: #A925A8;
}
</style>