Shades of Dark Orchid #A025D0
Tints of Dark Orchid #A025D0
RGB
CMYK
RGB Variations
Color information
#A025D0 (or 0xA025D0) is known color: Dark Orchid. HEX triplet: A0, 25 and D0. RGB value is (160,37,208). Sum of RGB (Red+Green+Blue) = 160+37+208=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #A025D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025D0 is #5FDA2F. Grayscale: #5C5C5C. Windows color (decimal): -6281776 or 13641120. OLE color: 13641120.
HSL color Cylindrical-coordinate representation of color #A025D0: hue angle of 283.16º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A025D0 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 37 | 208 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.18 |
| HSL | 283.16º | 0.7% | 0.48% | - |
| HSV(B) | 283.16º | 0.82% | 0.82% | - |
| XYZ | 26.54 | 13.35 | 60.85 | - |
| YUV | 93.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 208 | 0.23 | 0.82 | 0 | 0.18 | 283.16 | 0.7 | 0.48 |
| Hex | A0 | 25 | D0 | 17 | 52 | 0 | 12 | 11B | 46 | 30 |
| Octal | 240 | 45 | 320 | 27 | 122 | 0 | 22 | 433 | 106 | 60 |
| Binary | 10100000 | 100101 | 11010000 | 10111 | 1010010 | 0 | 10010 | 100011011 | 1000110 | 110000 |
Color Harmonies of #A025D0
Complementary color
Monochromatic Colors of #A025D0
Black with #A025D0
Text Example
Text Example
White with #A025D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A025D0; }
p { color: rgb(160,37,208); }
H1.HeaderClassName
{
color: #A025D0;
}
.AnyTagClassName
{
color: #A025D0;
}
</style>
background-color css
<style>
a { background-color: #A025D0; }
a { background-color: rgb(160,37,208); }
div.DivClassName
{
background-color: #A025D0;
}
.BgClassName
{
background-color: #A025D0;
}
</style>
border-color css
<style>
span { border-color: #A025D0; }
span { border-color: rgb(160,37,208); }
td.TdClassName
{
border-color: #A025D0;
}
.TagClassName
{
border-color: #A025D0;
}
</style>