Shades of Dark Orchid #A41CBE
Tints of Dark Orchid #A41CBE
RGB
CMYK
RGB Variations
Color information
#A41CBE (or 0xA41CBE) is known color: Dark Orchid. HEX triplet: A4, 1C and BE. RGB value is (164,28,190). Sum of RGB (Red+Green+Blue) = 164+28+190=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #A41CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CBE is #5BE341. Grayscale: #565656. Windows color (decimal): -6021954 or 12459172. OLE color: 12459172.
HSL color Cylindrical-coordinate representation of color #A41CBE: hue angle of 290.37º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41CBE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 28 | 190 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.25 |
| HSL | 290.37º | 0.74% | 0.43% | - |
| HSV(B) | 290.37º | 0.85% | 0.75% | - |
| XYZ | 25.02 | 12.44 | 49.8 | - |
| YUV | 87.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 190 | 0.14 | 0.85 | 0 | 0.25 | 290.37 | 0.74 | 0.43 |
| Hex | A4 | 1C | BE | E | 55 | 0 | 19 | 122 | 4A | 2B |
| Octal | 244 | 34 | 276 | 16 | 125 | 0 | 31 | 442 | 112 | 53 |
| Binary | 10100100 | 11100 | 10111110 | 1110 | 1010101 | 0 | 11001 | 100100010 | 1001010 | 101011 |
Color Harmonies of #A41CBE
Complementary color
Monochromatic Colors of #A41CBE
Black with #A41CBE
Text Example
Text Example
White with #A41CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CBE; }
p { color: rgb(164,28,190); }
H1.HeaderClassName
{
color: #A41CBE;
}
.AnyTagClassName
{
color: #A41CBE;
}
</style>
background-color css
<style>
a { background-color: #A41CBE; }
a { background-color: rgb(164,28,190); }
div.DivClassName
{
background-color: #A41CBE;
}
.BgClassName
{
background-color: #A41CBE;
}
</style>
border-color css
<style>
span { border-color: #A41CBE; }
span { border-color: rgb(164,28,190); }
td.TdClassName
{
border-color: #A41CBE;
}
.TagClassName
{
border-color: #A41CBE;
}
</style>