Shades of Dark Orchid #A11FB3
Tints of Dark Orchid #A11FB3
RGB
CMYK
RGB Variations
Color information
#A11FB3 (or 0xA11FB3) is known color: Dark Orchid. HEX triplet: A1, 1F and B3. RGB value is (161,31,179). Sum of RGB (Red+Green+Blue) = 161+31+179=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #A11FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FB3 is #5EE04C. Grayscale: #565656. Windows color (decimal): -6217805 or 11739041. OLE color: 11739041.
HSL color Cylindrical-coordinate representation of color #A11FB3: hue angle of 292.7º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11FB3 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 31 | 179 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.30 |
| HSL | 292.7º | 0.7% | 0.41% | - |
| HSV(B) | 292.7º | 0.83% | 0.7% | - |
| XYZ | 23.32 | 11.81 | 43.7 | - |
| YUV | 86.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 179 | 0.10 | 0.83 | 0 | 0.30 | 292.7 | 0.7 | 0.41 |
| Hex | A1 | 1F | B3 | A | 53 | 0 | 1E | 125 | 46 | 29 |
| Octal | 241 | 37 | 263 | 12 | 123 | 0 | 36 | 445 | 106 | 51 |
| Binary | 10100001 | 11111 | 10110011 | 1010 | 1010011 | 0 | 11110 | 100100101 | 1000110 | 101001 |
Color Harmonies of #A11FB3
Complementary color
Monochromatic Colors of #A11FB3
Black with #A11FB3
Text Example
Text Example
White with #A11FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FB3; }
p { color: rgb(161,31,179); }
H1.HeaderClassName
{
color: #A11FB3;
}
.AnyTagClassName
{
color: #A11FB3;
}
</style>
background-color css
<style>
a { background-color: #A11FB3; }
a { background-color: rgb(161,31,179); }
div.DivClassName
{
background-color: #A11FB3;
}
.BgClassName
{
background-color: #A11FB3;
}
</style>
border-color css
<style>
span { border-color: #A11FB3; }
span { border-color: rgb(161,31,179); }
td.TdClassName
{
border-color: #A11FB3;
}
.TagClassName
{
border-color: #A11FB3;
}
</style>