Shades of Dark Orchid #A025C7
Tints of Dark Orchid #A025C7
RGB
CMYK
RGB Variations
Color information
#A025C7 (or 0xA025C7) is known color: Dark Orchid. HEX triplet: A0, 25 and C7. RGB value is (160,37,199). Sum of RGB (Red+Green+Blue) = 160+37+199=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #A025C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025C7 is #5FDA38. Grayscale: #5B5B5B. Windows color (decimal): -6281785 or 13051296. OLE color: 13051296.
HSL color Cylindrical-coordinate representation of color #A025C7: hue angle of 285.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A025C7 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 37 | 199 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.22 |
| HSL | 285.56º | 0.69% | 0.46% | - |
| HSV(B) | 285.56º | 0.81% | 0.78% | - |
| XYZ | 25.47 | 12.92 | 55.18 | - |
| YUV | 92.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 199 | 0.20 | 0.81 | 0 | 0.22 | 285.56 | 0.69 | 0.46 |
| Hex | A0 | 25 | C7 | 14 | 51 | 0 | 16 | 11E | 45 | 2E |
| Octal | 240 | 45 | 307 | 24 | 121 | 0 | 26 | 436 | 105 | 56 |
| Binary | 10100000 | 100101 | 11000111 | 10100 | 1010001 | 0 | 10110 | 100011110 | 1000101 | 101110 |
Color Harmonies of #A025C7
Complementary color
Monochromatic Colors of #A025C7
Black with #A025C7
Text Example
Text Example
White with #A025C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A025C7; }
p { color: rgb(160,37,199); }
H1.HeaderClassName
{
color: #A025C7;
}
.AnyTagClassName
{
color: #A025C7;
}
</style>
background-color css
<style>
a { background-color: #A025C7; }
a { background-color: rgb(160,37,199); }
div.DivClassName
{
background-color: #A025C7;
}
.BgClassName
{
background-color: #A025C7;
}
</style>
border-color css
<style>
span { border-color: #A025C7; }
span { border-color: rgb(160,37,199); }
td.TdClassName
{
border-color: #A025C7;
}
.TagClassName
{
border-color: #A025C7;
}
</style>