Shades of Dark Orchid #A625DF
Tints of Dark Orchid #A625DF
RGB
CMYK
RGB Variations
Color information
#A625DF (or 0xA625DF) is known color: Dark Orchid. HEX triplet: A6, 25 and DF. RGB value is (166,37,223). Sum of RGB (Red+Green+Blue) = 166+37+223=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #A625DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A625DF is #59DA20. Grayscale: #606060. Windows color (decimal): -5888545 or 14624166. OLE color: 14624166.
HSL color Cylindrical-coordinate representation of color #A625DF: hue angle of 281.61º 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 #A625DF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 37 | 223 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.13 |
| HSL | 281.61º | 0.74% | 0.51% | - |
| HSV(B) | 281.61º | 0.83% | 0.87% | - |
| XYZ | 29.71 | 14.76 | 71.09 | - |
| YUV | 96.78 | 199.24 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 223 | 0.26 | 0.83 | 0 | 0.13 | 281.61 | 0.74 | 0.51 |
| Hex | A6 | 25 | DF | 1A | 53 | 0 | D | 11A | 4A | 33 |
| Octal | 246 | 45 | 337 | 32 | 123 | 0 | 15 | 432 | 112 | 63 |
| Binary | 10100110 | 100101 | 11011111 | 11010 | 1010011 | 0 | 1101 | 100011010 | 1001010 | 110011 |
Color Harmonies of #A625DF
Complementary color
Monochromatic Colors of #A625DF
Black with #A625DF
Text Example
Text Example
White with #A625DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A625DF; }
p { color: rgb(166,37,223); }
H1.HeaderClassName
{
color: #A625DF;
}
.AnyTagClassName
{
color: #A625DF;
}
</style>
background-color css
<style>
a { background-color: #A625DF; }
a { background-color: rgb(166,37,223); }
div.DivClassName
{
background-color: #A625DF;
}
.BgClassName
{
background-color: #A625DF;
}
</style>
border-color css
<style>
span { border-color: #A625DF; }
span { border-color: rgb(166,37,223); }
td.TdClassName
{
border-color: #A625DF;
}
.TagClassName
{
border-color: #A625DF;
}
</style>