Shades of Dark Orchid #A925DF
Tints of Dark Orchid #A925DF
RGB
CMYK
RGB Variations
Color information
#A925DF (or 0xA925DF) is known color: Dark Orchid. HEX triplet: A9, 25 and DF. RGB value is (169,37,223). Sum of RGB (Red+Green+Blue) = 169+37+223=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #A925DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A925DF is #56DA20. Grayscale: #616161. Windows color (decimal): -5691937 or 14624169. OLE color: 14624169.
HSL color Cylindrical-coordinate representation of color #A925DF: hue angle of 282.58º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A925DF is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 37 | 223 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.13 |
| HSL | 282.58º | 0.74% | 0.51% | - |
| HSV(B) | 282.58º | 0.83% | 0.87% | - |
| XYZ | 30.34 | 15.09 | 71.12 | - |
| YUV | 97.67 | 198.73 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 223 | 0.24 | 0.83 | 0 | 0.13 | 282.58 | 0.74 | 0.51 |
| Hex | A9 | 25 | DF | 18 | 53 | 0 | D | 11B | 4A | 33 |
| Octal | 251 | 45 | 337 | 30 | 123 | 0 | 15 | 433 | 112 | 63 |
| Binary | 10101001 | 100101 | 11011111 | 11000 | 1010011 | 0 | 1101 | 100011011 | 1001010 | 110011 |
Color Harmonies of #A925DF
Complementary color
Monochromatic Colors of #A925DF
Black with #A925DF
Text Example
Text Example
White with #A925DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925DF; }
p { color: rgb(169,37,223); }
H1.HeaderClassName
{
color: #A925DF;
}
.AnyTagClassName
{
color: #A925DF;
}
</style>
background-color css
<style>
a { background-color: #A925DF; }
a { background-color: rgb(169,37,223); }
div.DivClassName
{
background-color: #A925DF;
}
.BgClassName
{
background-color: #A925DF;
}
</style>
border-color css
<style>
span { border-color: #A925DF; }
span { border-color: rgb(169,37,223); }
td.TdClassName
{
border-color: #A925DF;
}
.TagClassName
{
border-color: #A925DF;
}
</style>