Shades of Dark Orchid #A441C0
Tints of Dark Orchid #A441C0
RGB
CMYK
RGB Variations
Color information
#A441C0 (or 0xA441C0) is known color: Dark Orchid. HEX triplet: A4, 41 and C0. RGB value is (164,65,192). Sum of RGB (Red+Green+Blue) = 164+65+192=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #A441C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441C0 is #5BBE3F. Grayscale: #6C6C6C. Windows color (decimal): -6012480 or 12599716. OLE color: 12599716.
HSL color Cylindrical-coordinate representation of color #A441C0: hue angle of 286.77º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A441C0 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 65 | 192 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.25 |
| HSL | 286.77º | 0.5% | 0.5% | - |
| HSV(B) | 286.77º | 0.66% | 0.75% | - |
| XYZ | 26.71 | 15.48 | 51.45 | - |
| YUV | 109.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 192 | 0.15 | 0.66 | 0 | 0.25 | 286.77 | 0.5 | 0.5 |
| Hex | A4 | 41 | C0 | F | 42 | 0 | 19 | 11F | 32 | 32 |
| Octal | 244 | 101 | 300 | 17 | 102 | 0 | 31 | 437 | 62 | 62 |
| Binary | 10100100 | 1000001 | 11000000 | 1111 | 1000010 | 0 | 11001 | 100011111 | 110010 | 110010 |
Color Harmonies of #A441C0
Complementary color
Monochromatic Colors of #A441C0
Black with #A441C0
Text Example
Text Example
White with #A441C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441C0; }
p { color: rgb(164,65,192); }
H1.HeaderClassName
{
color: #A441C0;
}
.AnyTagClassName
{
color: #A441C0;
}
</style>
background-color css
<style>
a { background-color: #A441C0; }
a { background-color: rgb(164,65,192); }
div.DivClassName
{
background-color: #A441C0;
}
.BgClassName
{
background-color: #A441C0;
}
</style>
border-color css
<style>
span { border-color: #A441C0; }
span { border-color: rgb(164,65,192); }
td.TdClassName
{
border-color: #A441C0;
}
.TagClassName
{
border-color: #A441C0;
}
</style>