Shades of Dark Orchid #A041D5
Tints of Dark Orchid #A041D5
RGB
CMYK
RGB Variations
Color information
#A041D5 (or 0xA041D5) is known color: Dark Orchid. HEX triplet: A0, 41 and D5. RGB value is (160,65,213). Sum of RGB (Red+Green+Blue) = 160+65+213=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #A041D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041D5 is #5FBE2A. Grayscale: #6D6D6D. Windows color (decimal): -6274603 or 13975968. OLE color: 13975968.
HSL color Cylindrical-coordinate representation of color #A041D5: hue angle of 278.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A041D5 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 65 | 213 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.16 |
| HSL | 278.51º | 0.64% | 0.55% | - |
| HSV(B) | 278.51º | 0.69% | 0.84% | - |
| XYZ | 28.4 | 16.06 | 64.55 | - |
| YUV | 110.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 213 | 0.25 | 0.69 | 0 | 0.16 | 278.51 | 0.64 | 0.55 |
| Hex | A0 | 41 | D5 | 19 | 45 | 0 | 10 | 117 | 40 | 37 |
| Octal | 240 | 101 | 325 | 31 | 105 | 0 | 20 | 427 | 100 | 67 |
| Binary | 10100000 | 1000001 | 11010101 | 11001 | 1000101 | 0 | 10000 | 100010111 | 1000000 | 110111 |
Color Harmonies of #A041D5
Complementary color
Monochromatic Colors of #A041D5
Black with #A041D5
Text Example
Text Example
White with #A041D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A041D5; }
p { color: rgb(160,65,213); }
H1.HeaderClassName
{
color: #A041D5;
}
.AnyTagClassName
{
color: #A041D5;
}
</style>
background-color css
<style>
a { background-color: #A041D5; }
a { background-color: rgb(160,65,213); }
div.DivClassName
{
background-color: #A041D5;
}
.BgClassName
{
background-color: #A041D5;
}
</style>
border-color css
<style>
span { border-color: #A041D5; }
span { border-color: rgb(160,65,213); }
td.TdClassName
{
border-color: #A041D5;
}
.TagClassName
{
border-color: #A041D5;
}
</style>