Shades of Dark Violet #A411B5
Tints of Dark Violet #A411B5
RGB
CMYK
RGB Variations
Color information
#A411B5 (or 0xA411B5) is known color: Dark Violet. HEX triplet: A4, 11 and B5. RGB value is (164,17,181). Sum of RGB (Red+Green+Blue) = 164+17+181=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #A411B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411B5 is #5BEE4A. Grayscale: #4F4F4F. Windows color (decimal): -6024779 or 11866532. OLE color: 11866532.
HSL color Cylindrical-coordinate representation of color #A411B5: hue angle of 293.78º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A411B5 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 17 | 181 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.29 |
| HSL | 293.78º | 0.83% | 0.39% | - |
| HSV(B) | 293.78º | 0.91% | 0.71% | - |
| XYZ | 23.85 | 11.63 | 44.7 | - |
| YUV | 79.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 181 | 0.09 | 0.91 | 0 | 0.29 | 293.78 | 0.83 | 0.39 |
| Hex | A4 | 11 | B5 | 9 | 5B | 0 | 1D | 126 | 53 | 27 |
| Octal | 244 | 21 | 265 | 11 | 133 | 0 | 35 | 446 | 123 | 47 |
| Binary | 10100100 | 10001 | 10110101 | 1001 | 1011011 | 0 | 11101 | 100100110 | 1010011 | 100111 |
Color Harmonies of #A411B5
Complementary color
Monochromatic Colors of #A411B5
Black with #A411B5
Text Example
Text Example
White with #A411B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A411B5; }
p { color: rgb(164,17,181); }
H1.HeaderClassName
{
color: #A411B5;
}
.AnyTagClassName
{
color: #A411B5;
}
</style>
background-color css
<style>
a { background-color: #A411B5; }
a { background-color: rgb(164,17,181); }
div.DivClassName
{
background-color: #A411B5;
}
.BgClassName
{
background-color: #A411B5;
}
</style>
border-color css
<style>
span { border-color: #A411B5; }
span { border-color: rgb(164,17,181); }
td.TdClassName
{
border-color: #A411B5;
}
.TagClassName
{
border-color: #A411B5;
}
</style>