Shades of Dark Orchid #A025D1
Tints of Dark Orchid #A025D1
RGB
CMYK
RGB Variations
Color information
#A025D1 (or 0xA025D1) is known color: Dark Orchid. HEX triplet: A0, 25 and D1. RGB value is (160,37,209). Sum of RGB (Red+Green+Blue) = 160+37+209=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #A025D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025D1 is #5FDA2E. Grayscale: #5C5C5C. Windows color (decimal): -6281775 or 13706656. OLE color: 13706656.
HSL color Cylindrical-coordinate representation of color #A025D1: hue angle of 282.91º 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 #A025D1 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 37 | 209 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.18 |
| HSL | 282.91º | 0.7% | 0.48% | - |
| HSV(B) | 282.91º | 0.82% | 0.82% | - |
| XYZ | 26.67 | 13.4 | 61.5 | - |
| YUV | 93.39 | 193.25 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 209 | 0.23 | 0.82 | 0 | 0.18 | 282.91 | 0.7 | 0.48 |
| Hex | A0 | 25 | D1 | 17 | 52 | 0 | 12 | 11B | 46 | 30 |
| Octal | 240 | 45 | 321 | 27 | 122 | 0 | 22 | 433 | 106 | 60 |
| Binary | 10100000 | 100101 | 11010001 | 10111 | 1010010 | 0 | 10010 | 100011011 | 1000110 | 110000 |
Color Harmonies of #A025D1
Complementary color
Monochromatic Colors of #A025D1
Black with #A025D1
Text Example
Text Example
White with #A025D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A025D1; }
p { color: rgb(160,37,209); }
H1.HeaderClassName
{
color: #A025D1;
}
.AnyTagClassName
{
color: #A025D1;
}
</style>
background-color css
<style>
a { background-color: #A025D1; }
a { background-color: rgb(160,37,209); }
div.DivClassName
{
background-color: #A025D1;
}
.BgClassName
{
background-color: #A025D1;
}
</style>
border-color css
<style>
span { border-color: #A025D1; }
span { border-color: rgb(160,37,209); }
td.TdClassName
{
border-color: #A025D1;
}
.TagClassName
{
border-color: #A025D1;
}
</style>