Shades of Dark Violet #A40BB5
Tints of Dark Violet #A40BB5
RGB
CMYK
RGB Variations
Color information
#A40BB5 (or 0xA40BB5) is known color: Dark Violet. HEX triplet: A4, 0B and B5. RGB value is (164,11,181). Sum of RGB (Red+Green+Blue) = 164+11+181=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #A40BB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BB5 is #5BF44A. Grayscale: #4B4B4B. Windows color (decimal): -6026315 or 11864996. OLE color: 11864996.
HSL color Cylindrical-coordinate representation of color #A40BB5: hue angle of 294º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40BB5 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 11 | 181 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.29 |
| HSL | 294º | 0.89% | 0.38% | - |
| HSV(B) | 294º | 0.94% | 0.71% | - |
| XYZ | 23.77 | 11.47 | 44.68 | - |
| YUV | 76.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 181 | 0.09 | 0.94 | 0 | 0.29 | 294 | 0.89 | 0.38 |
| Hex | A4 | B | B5 | 9 | 5E | 0 | 1D | 126 | 59 | 26 |
| Octal | 244 | 13 | 265 | 11 | 136 | 0 | 35 | 446 | 131 | 46 |
| Binary | 10100100 | 1011 | 10110101 | 1001 | 1011110 | 0 | 11101 | 100100110 | 1011001 | 100110 |
Color Harmonies of #A40BB5
Complementary color
Monochromatic Colors of #A40BB5
Black with #A40BB5
Text Example
Text Example
White with #A40BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BB5; }
p { color: rgb(164,11,181); }
H1.HeaderClassName
{
color: #A40BB5;
}
.AnyTagClassName
{
color: #A40BB5;
}
</style>
background-color css
<style>
a { background-color: #A40BB5; }
a { background-color: rgb(164,11,181); }
div.DivClassName
{
background-color: #A40BB5;
}
.BgClassName
{
background-color: #A40BB5;
}
</style>
border-color css
<style>
span { border-color: #A40BB5; }
span { border-color: rgb(164,11,181); }
td.TdClassName
{
border-color: #A40BB5;
}
.TagClassName
{
border-color: #A40BB5;
}
</style>