Shades of Dark Orchid #A041C7
Tints of Dark Orchid #A041C7
RGB
CMYK
RGB Variations
Color information
#A041C7 (or 0xA041C7) is known color: Dark Orchid. HEX triplet: A0, 41 and C7. RGB value is (160,65,199). Sum of RGB (Red+Green+Blue) = 160+65+199=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #A041C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041C7 is #5FBE38. Grayscale: #6C6C6C. Windows color (decimal): -6274617 or 13058464. OLE color: 13058464.
HSL color Cylindrical-coordinate representation of color #A041C7: hue angle of 282.54º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A041C7 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 65 | 199 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.22 |
| HSL | 282.54º | 0.54% | 0.52% | - |
| HSV(B) | 282.54º | 0.67% | 0.78% | - |
| XYZ | 26.7 | 15.38 | 55.59 | - |
| YUV | 108.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 199 | 0.20 | 0.67 | 0 | 0.22 | 282.54 | 0.54 | 0.52 |
| Hex | A0 | 41 | C7 | 14 | 43 | 0 | 16 | 11B | 36 | 34 |
| Octal | 240 | 101 | 307 | 24 | 103 | 0 | 26 | 433 | 66 | 64 |
| Binary | 10100000 | 1000001 | 11000111 | 10100 | 1000011 | 0 | 10110 | 100011011 | 110110 | 110100 |
Color Harmonies of #A041C7
Complementary color
Monochromatic Colors of #A041C7
Black with #A041C7
Text Example
Text Example
White with #A041C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A041C7; }
p { color: rgb(160,65,199); }
H1.HeaderClassName
{
color: #A041C7;
}
.AnyTagClassName
{
color: #A041C7;
}
</style>
background-color css
<style>
a { background-color: #A041C7; }
a { background-color: rgb(160,65,199); }
div.DivClassName
{
background-color: #A041C7;
}
.BgClassName
{
background-color: #A041C7;
}
</style>
border-color css
<style>
span { border-color: #A041C7; }
span { border-color: rgb(160,65,199); }
td.TdClassName
{
border-color: #A041C7;
}
.TagClassName
{
border-color: #A041C7;
}
</style>