Shades of Dark Orchid #A025D5
Tints of Dark Orchid #A025D5
RGB
CMYK
RGB Variations
Color information
#A025D5 (or 0xA025D5) is known color: Dark Orchid. HEX triplet: A0, 25 and D5. RGB value is (160,37,213). Sum of RGB (Red+Green+Blue) = 160+37+213=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #A025D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025D5 is #5FDA2A. Grayscale: #5D5D5D. Windows color (decimal): -6281771 or 13968800. OLE color: 13968800.
HSL color Cylindrical-coordinate representation of color #A025D5: hue angle of 281.93º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A025D5 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 37 | 213 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.16 |
| HSL | 281.93º | 0.7% | 0.49% | - |
| HSV(B) | 281.93º | 0.83% | 0.84% | - |
| XYZ | 27.17 | 13.6 | 64.14 | - |
| YUV | 93.84 | 195.25 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 213 | 0.25 | 0.83 | 0 | 0.16 | 281.93 | 0.7 | 0.49 |
| Hex | A0 | 25 | D5 | 19 | 53 | 0 | 10 | 11A | 46 | 31 |
| Octal | 240 | 45 | 325 | 31 | 123 | 0 | 20 | 432 | 106 | 61 |
| Binary | 10100000 | 100101 | 11010101 | 11001 | 1010011 | 0 | 10000 | 100011010 | 1000110 | 110001 |
Color Harmonies of #A025D5
Complementary color
Monochromatic Colors of #A025D5
Black with #A025D5
Text Example
Text Example
White with #A025D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A025D5; }
p { color: rgb(160,37,213); }
H1.HeaderClassName
{
color: #A025D5;
}
.AnyTagClassName
{
color: #A025D5;
}
</style>
background-color css
<style>
a { background-color: #A025D5; }
a { background-color: rgb(160,37,213); }
div.DivClassName
{
background-color: #A025D5;
}
.BgClassName
{
background-color: #A025D5;
}
</style>
border-color css
<style>
span { border-color: #A025D5; }
span { border-color: rgb(160,37,213); }
td.TdClassName
{
border-color: #A025D5;
}
.TagClassName
{
border-color: #A025D5;
}
</style>