Shades of Dark Orchid #A41BC2
Tints of Dark Orchid #A41BC2
RGB
CMYK
RGB Variations
Color information
#A41BC2 (or 0xA41BC2) is known color: Dark Orchid. HEX triplet: A4, 1B and C2. RGB value is (164,27,194). Sum of RGB (Red+Green+Blue) = 164+27+194=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #A41BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BC2 is #5BE43D. Grayscale: #565656. Windows color (decimal): -6022206 or 12721060. OLE color: 12721060.
HSL color Cylindrical-coordinate representation of color #A41BC2: hue angle of 289.22º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41BC2 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 27 | 194 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.24 |
| HSL | 289.22º | 0.76% | 0.43% | - |
| HSV(B) | 289.22º | 0.86% | 0.76% | - |
| XYZ | 25.44 | 12.57 | 52.12 | - |
| YUV | 87 | 188.39 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 194 | 0.15 | 0.86 | 0 | 0.24 | 289.22 | 0.76 | 0.43 |
| Hex | A4 | 1B | C2 | F | 56 | 0 | 18 | 121 | 4C | 2B |
| Octal | 244 | 33 | 302 | 17 | 126 | 0 | 30 | 441 | 114 | 53 |
| Binary | 10100100 | 11011 | 11000010 | 1111 | 1010110 | 0 | 11000 | 100100001 | 1001100 | 101011 |
Color Harmonies of #A41BC2
Complementary color
Monochromatic Colors of #A41BC2
Black with #A41BC2
Text Example
Text Example
White with #A41BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BC2; }
p { color: rgb(164,27,194); }
H1.HeaderClassName
{
color: #A41BC2;
}
.AnyTagClassName
{
color: #A41BC2;
}
</style>
background-color css
<style>
a { background-color: #A41BC2; }
a { background-color: rgb(164,27,194); }
div.DivClassName
{
background-color: #A41BC2;
}
.BgClassName
{
background-color: #A41BC2;
}
</style>
border-color css
<style>
span { border-color: #A41BC2; }
span { border-color: rgb(164,27,194); }
td.TdClassName
{
border-color: #A41BC2;
}
.TagClassName
{
border-color: #A41BC2;
}
</style>