Shades of Dark Violet #A511BC
Tints of Dark Violet #A511BC
RGB
CMYK
RGB Variations
Color information
#A511BC (or 0xA511BC) is known color: Dark Violet. HEX triplet: A5, 11 and BC. RGB value is (165,17,188). Sum of RGB (Red+Green+Blue) = 165+17+188=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #A511BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511BC is #5AEE43. Grayscale: #505050. Windows color (decimal): -5959236 or 12325285. OLE color: 12325285.
HSL color Cylindrical-coordinate representation of color #A511BC: hue angle of 291.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A511BC is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 17 | 188 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.26 |
| HSL | 291.93º | 0.83% | 0.4% | - |
| HSV(B) | 291.93º | 0.91% | 0.74% | - |
| XYZ | 24.79 | 12.03 | 48.59 | - |
| YUV | 80.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 188 | 0.12 | 0.91 | 0 | 0.26 | 291.93 | 0.83 | 0.4 |
| Hex | A5 | 11 | BC | C | 5B | 0 | 1A | 124 | 53 | 28 |
| Octal | 245 | 21 | 274 | 14 | 133 | 0 | 32 | 444 | 123 | 50 |
| Binary | 10100101 | 10001 | 10111100 | 1100 | 1011011 | 0 | 11010 | 100100100 | 1010011 | 101000 |
Color Harmonies of #A511BC
Complementary color
Monochromatic Colors of #A511BC
Black with #A511BC
Text Example
Text Example
White with #A511BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511BC; }
p { color: rgb(165,17,188); }
H1.HeaderClassName
{
color: #A511BC;
}
.AnyTagClassName
{
color: #A511BC;
}
</style>
background-color css
<style>
a { background-color: #A511BC; }
a { background-color: rgb(165,17,188); }
div.DivClassName
{
background-color: #A511BC;
}
.BgClassName
{
background-color: #A511BC;
}
</style>
border-color css
<style>
span { border-color: #A511BC; }
span { border-color: rgb(165,17,188); }
td.TdClassName
{
border-color: #A511BC;
}
.TagClassName
{
border-color: #A511BC;
}
</style>