Shades of Dark Orchid #A741E0
Tints of Dark Orchid #A741E0
RGB
CMYK
RGB Variations
Color information
#A741E0 (or 0xA741E0) is known color: Dark Orchid. HEX triplet: A7, 41 and E0. RGB value is (167,65,224). Sum of RGB (Red+Green+Blue) = 167+65+224=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #A741E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A741E0 is #58BE1F. Grayscale: #717171. Windows color (decimal): -5815840 or 14696871. OLE color: 14696871.
HSL color Cylindrical-coordinate representation of color #A741E0: hue angle of 278.49º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A741E0 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 65 | 224 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.12 |
| HSL | 278.49º | 0.72% | 0.57% | - |
| HSV(B) | 278.49º | 0.71% | 0.88% | - |
| XYZ | 31.28 | 17.38 | 72.23 | - |
| YUV | 113.62 | 190.29 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 224 | 0.25 | 0.71 | 0 | 0.12 | 278.49 | 0.72 | 0.57 |
| Hex | A7 | 41 | E0 | 19 | 47 | 0 | C | 116 | 48 | 39 |
| Octal | 247 | 101 | 340 | 31 | 107 | 0 | 14 | 426 | 110 | 71 |
| Binary | 10100111 | 1000001 | 11100000 | 11001 | 1000111 | 0 | 1100 | 100010110 | 1001000 | 111001 |
Color Harmonies of #A741E0
Complementary color
Monochromatic Colors of #A741E0
Black with #A741E0
Text Example
Text Example
White with #A741E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A741E0; }
p { color: rgb(167,65,224); }
H1.HeaderClassName
{
color: #A741E0;
}
.AnyTagClassName
{
color: #A741E0;
}
</style>
background-color css
<style>
a { background-color: #A741E0; }
a { background-color: rgb(167,65,224); }
div.DivClassName
{
background-color: #A741E0;
}
.BgClassName
{
background-color: #A741E0;
}
</style>
border-color css
<style>
span { border-color: #A741E0; }
span { border-color: rgb(167,65,224); }
td.TdClassName
{
border-color: #A741E0;
}
.TagClassName
{
border-color: #A741E0;
}
</style>