Shades of Dark Violet #A511B3
Tints of Dark Violet #A511B3
RGB
CMYK
RGB Variations
Color information
#A511B3 (or 0xA511B3) is known color: Dark Violet. HEX triplet: A5, 11 and B3. RGB value is (165,17,179). Sum of RGB (Red+Green+Blue) = 165+17+179=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #A511B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511B3 is #5AEE4C. Grayscale: #4F4F4F. Windows color (decimal): -5959245 or 11735461. OLE color: 11735461.
HSL color Cylindrical-coordinate representation of color #A511B3: hue angle of 294.81º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A511B3 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 17 | 179 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.30 |
| HSL | 294.81º | 0.83% | 0.38% | - |
| HSV(B) | 294.81º | 0.91% | 0.7% | - |
| XYZ | 23.85 | 11.65 | 43.64 | - |
| YUV | 79.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 179 | 0.08 | 0.91 | 0 | 0.30 | 294.81 | 0.83 | 0.38 |
| Hex | A5 | 11 | B3 | 8 | 5B | 0 | 1E | 127 | 53 | 26 |
| Octal | 245 | 21 | 263 | 10 | 133 | 0 | 36 | 447 | 123 | 46 |
| Binary | 10100101 | 10001 | 10110011 | 1000 | 1011011 | 0 | 11110 | 100100111 | 1010011 | 100110 |
Color Harmonies of #A511B3
Complementary color
Monochromatic Colors of #A511B3
Black with #A511B3
Text Example
Text Example
White with #A511B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511B3; }
p { color: rgb(165,17,179); }
H1.HeaderClassName
{
color: #A511B3;
}
.AnyTagClassName
{
color: #A511B3;
}
</style>
background-color css
<style>
a { background-color: #A511B3; }
a { background-color: rgb(165,17,179); }
div.DivClassName
{
background-color: #A511B3;
}
.BgClassName
{
background-color: #A511B3;
}
</style>
border-color css
<style>
span { border-color: #A511B3; }
span { border-color: rgb(165,17,179); }
td.TdClassName
{
border-color: #A511B3;
}
.TagClassName
{
border-color: #A511B3;
}
</style>