Shades of Dark Violet #A510B5
Tints of Dark Violet #A510B5
RGB
CMYK
RGB Variations
Color information
#A510B5 (or 0xA510B5) is known color: Dark Violet. HEX triplet: A5, 10 and B5. RGB value is (165,16,181). Sum of RGB (Red+Green+Blue) = 165+16+181=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 16 (6.64% from 255 or 4.42% 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 #A510B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510B5 is #5AEF4A. Grayscale: #4E4E4E. Windows color (decimal): -5959499 or 11866277. OLE color: 11866277.
HSL color Cylindrical-coordinate representation of color #A510B5: hue angle of 294.18º degrees, saturation: 0.84, 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 #A510B5 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 16 | 181 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.29 |
| HSL | 294.18º | 0.84% | 0.39% | - |
| HSV(B) | 294.18º | 0.91% | 0.71% | - |
| XYZ | 24.04 | 11.71 | 44.71 | - |
| YUV | 79.36 | 185.36 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 181 | 0.09 | 0.91 | 0 | 0.29 | 294.18 | 0.84 | 0.39 |
| Hex | A5 | 10 | B5 | 9 | 5B | 0 | 1D | 126 | 54 | 27 |
| Octal | 245 | 20 | 265 | 11 | 133 | 0 | 35 | 446 | 124 | 47 |
| Binary | 10100101 | 10000 | 10110101 | 1001 | 1011011 | 0 | 11101 | 100100110 | 1010100 | 100111 |
Color Harmonies of #A510B5
Complementary color
Monochromatic Colors of #A510B5
Black with #A510B5
Text Example
Text Example
White with #A510B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A510B5; }
p { color: rgb(165,16,181); }
H1.HeaderClassName
{
color: #A510B5;
}
.AnyTagClassName
{
color: #A510B5;
}
</style>
background-color css
<style>
a { background-color: #A510B5; }
a { background-color: rgb(165,16,181); }
div.DivClassName
{
background-color: #A510B5;
}
.BgClassName
{
background-color: #A510B5;
}
</style>
border-color css
<style>
span { border-color: #A510B5; }
span { border-color: rgb(165,16,181); }
td.TdClassName
{
border-color: #A510B5;
}
.TagClassName
{
border-color: #A510B5;
}
</style>