Shades of Dark Orchid #A41CCF
Tints of Dark Orchid #A41CCF
RGB
CMYK
RGB Variations
Color information
#A41CCF (or 0xA41CCF) is known color: Dark Orchid. HEX triplet: A4, 1C and CF. RGB value is (164,28,207). Sum of RGB (Red+Green+Blue) = 164+28+207=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #A41CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CCF is #5BE330. Grayscale: #585858. Windows color (decimal): -6021937 or 13573284. OLE color: 13573284.
HSL color Cylindrical-coordinate representation of color #A41CCF: hue angle of 285.59º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41CCF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 28 | 207 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.19 |
| HSL | 285.59º | 0.76% | 0.46% | - |
| HSV(B) | 285.59º | 0.86% | 0.81% | - |
| XYZ | 26.99 | 13.23 | 60.16 | - |
| YUV | 89.07 | 194.56 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 207 | 0.21 | 0.86 | 0 | 0.19 | 285.59 | 0.76 | 0.46 |
| Hex | A4 | 1C | CF | 15 | 56 | 0 | 13 | 11E | 4C | 2E |
| Octal | 244 | 34 | 317 | 25 | 126 | 0 | 23 | 436 | 114 | 56 |
| Binary | 10100100 | 11100 | 11001111 | 10101 | 1010110 | 0 | 10011 | 100011110 | 1001100 | 101110 |
Color Harmonies of #A41CCF
Complementary color
Monochromatic Colors of #A41CCF
Black with #A41CCF
Text Example
Text Example
White with #A41CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CCF; }
p { color: rgb(164,28,207); }
H1.HeaderClassName
{
color: #A41CCF;
}
.AnyTagClassName
{
color: #A41CCF;
}
</style>
background-color css
<style>
a { background-color: #A41CCF; }
a { background-color: rgb(164,28,207); }
div.DivClassName
{
background-color: #A41CCF;
}
.BgClassName
{
background-color: #A41CCF;
}
</style>
border-color css
<style>
span { border-color: #A41CCF; }
span { border-color: rgb(164,28,207); }
td.TdClassName
{
border-color: #A41CCF;
}
.TagClassName
{
border-color: #A41CCF;
}
</style>