Shades of Dark Orchid #A041C9
Tints of Dark Orchid #A041C9
RGB
CMYK
RGB Variations
Color information
#A041C9 (or 0xA041C9) is known color: Dark Orchid. HEX triplet: A0, 41 and C9. RGB value is (160,65,201). Sum of RGB (Red+Green+Blue) = 160+65+201=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #A041C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041C9 is #5FBE36. Grayscale: #6C6C6C. Windows color (decimal): -6274615 or 13189536. OLE color: 13189536.
HSL color Cylindrical-coordinate representation of color #A041C9: hue angle of 281.91º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A041C9 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 65 | 201 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.21 |
| HSL | 281.91º | 0.56% | 0.52% | - |
| HSV(B) | 281.91º | 0.68% | 0.79% | - |
| XYZ | 26.93 | 15.47 | 56.83 | - |
| YUV | 108.91 | 179.97 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 201 | 0.20 | 0.68 | 0 | 0.21 | 281.91 | 0.56 | 0.52 |
| Hex | A0 | 41 | C9 | 14 | 44 | 0 | 15 | 11A | 38 | 34 |
| Octal | 240 | 101 | 311 | 24 | 104 | 0 | 25 | 432 | 70 | 64 |
| Binary | 10100000 | 1000001 | 11001001 | 10100 | 1000100 | 0 | 10101 | 100011010 | 111000 | 110100 |
Color Harmonies of #A041C9
Complementary color
Monochromatic Colors of #A041C9
Black with #A041C9
Text Example
Text Example
White with #A041C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A041C9; }
p { color: rgb(160,65,201); }
H1.HeaderClassName
{
color: #A041C9;
}
.AnyTagClassName
{
color: #A041C9;
}
</style>
background-color css
<style>
a { background-color: #A041C9; }
a { background-color: rgb(160,65,201); }
div.DivClassName
{
background-color: #A041C9;
}
.BgClassName
{
background-color: #A041C9;
}
</style>
border-color css
<style>
span { border-color: #A041C9; }
span { border-color: rgb(160,65,201); }
td.TdClassName
{
border-color: #A041C9;
}
.TagClassName
{
border-color: #A041C9;
}
</style>