Shades of Dark Orchid #A11FB4
Tints of Dark Orchid #A11FB4
RGB
CMYK
RGB Variations
Color information
#A11FB4 (or 0xA11FB4) is known color: Dark Orchid. HEX triplet: A1, 1F and B4. RGB value is (161,31,180). Sum of RGB (Red+Green+Blue) = 161+31+180=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #A11FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FB4 is #5EE04B. Grayscale: #565656. Windows color (decimal): -6217804 or 11804577. OLE color: 11804577.
HSL color Cylindrical-coordinate representation of color #A11FB4: hue angle of 292.35º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11FB4 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 31 | 180 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.29 |
| HSL | 292.35º | 0.71% | 0.41% | - |
| HSV(B) | 292.35º | 0.83% | 0.71% | - |
| XYZ | 23.43 | 11.85 | 44.23 | - |
| YUV | 86.86 | 180.57 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 180 | 0.11 | 0.83 | 0 | 0.29 | 292.35 | 0.71 | 0.41 |
| Hex | A1 | 1F | B4 | B | 53 | 0 | 1D | 124 | 47 | 29 |
| Octal | 241 | 37 | 264 | 13 | 123 | 0 | 35 | 444 | 107 | 51 |
| Binary | 10100001 | 11111 | 10110100 | 1011 | 1010011 | 0 | 11101 | 100100100 | 1000111 | 101001 |
Color Harmonies of #A11FB4
Complementary color
Monochromatic Colors of #A11FB4
Black with #A11FB4
Text Example
Text Example
White with #A11FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FB4; }
p { color: rgb(161,31,180); }
H1.HeaderClassName
{
color: #A11FB4;
}
.AnyTagClassName
{
color: #A11FB4;
}
</style>
background-color css
<style>
a { background-color: #A11FB4; }
a { background-color: rgb(161,31,180); }
div.DivClassName
{
background-color: #A11FB4;
}
.BgClassName
{
background-color: #A11FB4;
}
</style>
border-color css
<style>
span { border-color: #A11FB4; }
span { border-color: rgb(161,31,180); }
td.TdClassName
{
border-color: #A11FB4;
}
.TagClassName
{
border-color: #A11FB4;
}
</style>