Shades of Dark Violet #A507BA
Tints of Dark Violet #A507BA
RGB
CMYK
RGB Variations
Color information
#A507BA (or 0xA507BA) is known color: Dark Violet. HEX triplet: A5, 07 and BA. RGB value is (165,7,186). Sum of RGB (Red+Green+Blue) = 165+7+186=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #A507BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507BA is #5AF845. Grayscale: #4A4A4A. Windows color (decimal): -5961798 or 12191653. OLE color: 12191653.
HSL color Cylindrical-coordinate representation of color #A507BA: hue angle of 292.96º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A507BA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 7 | 186 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.27 |
| HSL | 292.96º | 0.93% | 0.38% | - |
| HSV(B) | 292.96º | 0.96% | 0.73% | - |
| XYZ | 24.46 | 11.7 | 47.42 | - |
| YUV | 74.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 186 | 0.11 | 0.96 | 0 | 0.27 | 292.96 | 0.93 | 0.38 |
| Hex | A5 | 7 | BA | B | 60 | 0 | 1B | 125 | 5D | 26 |
| Octal | 245 | 7 | 272 | 13 | 140 | 0 | 33 | 445 | 135 | 46 |
| Binary | 10100101 | 111 | 10111010 | 1011 | 1100000 | 0 | 11011 | 100100101 | 1011101 | 100110 |
Color Harmonies of #A507BA
Complementary color
Monochromatic Colors of #A507BA
Black with #A507BA
Text Example
Text Example
White with #A507BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A507BA; }
p { color: rgb(165,7,186); }
H1.HeaderClassName
{
color: #A507BA;
}
.AnyTagClassName
{
color: #A507BA;
}
</style>
background-color css
<style>
a { background-color: #A507BA; }
a { background-color: rgb(165,7,186); }
div.DivClassName
{
background-color: #A507BA;
}
.BgClassName
{
background-color: #A507BA;
}
</style>
border-color css
<style>
span { border-color: #A507BA; }
span { border-color: rgb(165,7,186); }
td.TdClassName
{
border-color: #A507BA;
}
.TagClassName
{
border-color: #A507BA;
}
</style>