Shades of Dark Orchid #A025DF
Tints of Dark Orchid #A025DF
RGB
CMYK
RGB Variations
Color information
#A025DF (or 0xA025DF) is known color: Dark Orchid. HEX triplet: A0, 25 and DF. RGB value is (160,37,223). Sum of RGB (Red+Green+Blue) = 160+37+223=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #A025DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025DF is #5FDA20. Grayscale: #5E5E5E. Windows color (decimal): -6281761 or 14624160. OLE color: 14624160.
HSL color Cylindrical-coordinate representation of color #A025DF: hue angle of 279.68º 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 #A025DF is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 37 | 223 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.13 |
| HSL | 279.68º | 0.74% | 0.51% | - |
| HSV(B) | 279.68º | 0.83% | 0.87% | - |
| XYZ | 28.48 | 14.12 | 71.04 | - |
| YUV | 94.98 | 200.25 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 223 | 0.28 | 0.83 | 0 | 0.13 | 279.68 | 0.74 | 0.51 |
| Hex | A0 | 25 | DF | 1C | 53 | 0 | D | 118 | 4A | 33 |
| Octal | 240 | 45 | 337 | 34 | 123 | 0 | 15 | 430 | 112 | 63 |
| Binary | 10100000 | 100101 | 11011111 | 11100 | 1010011 | 0 | 1101 | 100011000 | 1001010 | 110011 |
Color Harmonies of #A025DF
Complementary color
Monochromatic Colors of #A025DF
Black with #A025DF
Text Example
Text Example
White with #A025DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A025DF; }
p { color: rgb(160,37,223); }
H1.HeaderClassName
{
color: #A025DF;
}
.AnyTagClassName
{
color: #A025DF;
}
</style>
background-color css
<style>
a { background-color: #A025DF; }
a { background-color: rgb(160,37,223); }
div.DivClassName
{
background-color: #A025DF;
}
.BgClassName
{
background-color: #A025DF;
}
</style>
border-color css
<style>
span { border-color: #A025DF; }
span { border-color: rgb(160,37,223); }
td.TdClassName
{
border-color: #A025DF;
}
.TagClassName
{
border-color: #A025DF;
}
</style>