Shades of Dark Violet #A500BF
Tints of Dark Violet #A500BF
RGB
CMYK
RGB Variations
Color information
#A500BF (or 0xA500BF) is known color: Dark Violet. HEX triplet: A5, 00 and BF. RGB value is (165,0,191). Sum of RGB (Red+Green+Blue) = 165+0+191=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #A500BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500BF is #5AFF40. Grayscale: #464646. Windows color (decimal): -5963585 or 12517541. OLE color: 12517541.
HSL color Cylindrical-coordinate representation of color #A500BF: hue angle of 291.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500BF is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 0 | 191 | - |
| CMYK | 0.14 | 1 | 0 | 0.25 |
| HSL | 291.83º | 1% | 0.37% | - |
| HSV(B) | 291.83º | 1% | 0.75% | - |
| XYZ | 24.92 | 11.76 | 50.25 | - |
| YUV | 71.11 | 195.66 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 191 | 0.14 | 1 | 0 | 0.25 | 291.83 | 1 | 0.37 |
| Hex | A5 | 0 | BF | E | 64 | 0 | 19 | 124 | 64 | 25 |
| Octal | 245 | 0 | 277 | 16 | 144 | 0 | 31 | 444 | 144 | 45 |
| Binary | 10100101 | 0 | 10111111 | 1110 | 1100100 | 0 | 11001 | 100100100 | 1100100 | 100101 |
Color Harmonies of #A500BF
Complementary color
Monochromatic Colors of #A500BF
Black with #A500BF
Text Example
Text Example
White with #A500BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500BF; }
p { color: rgb(165,0,191); }
H1.HeaderClassName
{
color: #A500BF;
}
.AnyTagClassName
{
color: #A500BF;
}
</style>
background-color css
<style>
a { background-color: #A500BF; }
a { background-color: rgb(165,0,191); }
div.DivClassName
{
background-color: #A500BF;
}
.BgClassName
{
background-color: #A500BF;
}
</style>
border-color css
<style>
span { border-color: #A500BF; }
span { border-color: rgb(165,0,191); }
td.TdClassName
{
border-color: #A500BF;
}
.TagClassName
{
border-color: #A500BF;
}
</style>