Shades of Dark Orchid #A41CB6
Tints of Dark Orchid #A41CB6
RGB
CMYK
RGB Variations
Color information
#A41CB6 (or 0xA41CB6) is known color: Dark Orchid. HEX triplet: A4, 1C and B6. RGB value is (164,28,182). Sum of RGB (Red+Green+Blue) = 164+28+182=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #A41CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CB6 is #5BE349. Grayscale: #555555. Windows color (decimal): -6021962 or 11934884. OLE color: 11934884.
HSL color Cylindrical-coordinate representation of color #A41CB6: hue angle of 292.99º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41CB6 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 28 | 182 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.29 |
| HSL | 292.99º | 0.73% | 0.41% | - |
| HSV(B) | 292.99º | 0.85% | 0.71% | - |
| XYZ | 24.17 | 12.1 | 45.32 | - |
| YUV | 86.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 182 | 0.10 | 0.85 | 0 | 0.29 | 292.99 | 0.73 | 0.41 |
| Hex | A4 | 1C | B6 | A | 55 | 0 | 1D | 125 | 49 | 29 |
| Octal | 244 | 34 | 266 | 12 | 125 | 0 | 35 | 445 | 111 | 51 |
| Binary | 10100100 | 11100 | 10110110 | 1010 | 1010101 | 0 | 11101 | 100100101 | 1001001 | 101001 |
Color Harmonies of #A41CB6
Complementary color
Monochromatic Colors of #A41CB6
Black with #A41CB6
Text Example
Text Example
White with #A41CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CB6; }
p { color: rgb(164,28,182); }
H1.HeaderClassName
{
color: #A41CB6;
}
.AnyTagClassName
{
color: #A41CB6;
}
</style>
background-color css
<style>
a { background-color: #A41CB6; }
a { background-color: rgb(164,28,182); }
div.DivClassName
{
background-color: #A41CB6;
}
.BgClassName
{
background-color: #A41CB6;
}
</style>
border-color css
<style>
span { border-color: #A41CB6; }
span { border-color: rgb(164,28,182); }
td.TdClassName
{
border-color: #A41CB6;
}
.TagClassName
{
border-color: #A41CB6;
}
</style>