Shades of Dark Violet #A511B4
Tints of Dark Violet #A511B4
RGB
CMYK
RGB Variations
Color information
#A511B4 (or 0xA511B4) is known color: Dark Violet. HEX triplet: A5, 11 and B4. RGB value is (165,17,180). Sum of RGB (Red+Green+Blue) = 165+17+180=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #A511B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511B4 is #5AEE4B. Grayscale: #4F4F4F. Windows color (decimal): -5959244 or 11800997. OLE color: 11800997.
HSL color Cylindrical-coordinate representation of color #A511B4: hue angle of 294.48º 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 #A511B4 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 17 | 180 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.29 |
| HSL | 294.48º | 0.83% | 0.39% | - |
| HSV(B) | 294.48º | 0.91% | 0.71% | - |
| XYZ | 23.96 | 11.7 | 44.17 | - |
| YUV | 79.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 180 | 0.08 | 0.91 | 0 | 0.29 | 294.48 | 0.83 | 0.39 |
| Hex | A5 | 11 | B4 | 8 | 5B | 0 | 1D | 126 | 53 | 27 |
| Octal | 245 | 21 | 264 | 10 | 133 | 0 | 35 | 446 | 123 | 47 |
| Binary | 10100101 | 10001 | 10110100 | 1000 | 1011011 | 0 | 11101 | 100100110 | 1010011 | 100111 |
Color Harmonies of #A511B4
Complementary color
Monochromatic Colors of #A511B4
Black with #A511B4
Text Example
Text Example
White with #A511B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511B4; }
p { color: rgb(165,17,180); }
H1.HeaderClassName
{
color: #A511B4;
}
.AnyTagClassName
{
color: #A511B4;
}
</style>
background-color css
<style>
a { background-color: #A511B4; }
a { background-color: rgb(165,17,180); }
div.DivClassName
{
background-color: #A511B4;
}
.BgClassName
{
background-color: #A511B4;
}
</style>
border-color css
<style>
span { border-color: #A511B4; }
span { border-color: rgb(165,17,180); }
td.TdClassName
{
border-color: #A511B4;
}
.TagClassName
{
border-color: #A511B4;
}
</style>