Shades of Dark Violet #A501BD
Tints of Dark Violet #A501BD
RGB
CMYK
RGB Variations
Color information
#A501BD (or 0xA501BD) is known color: Dark Violet. HEX triplet: A5, 01 and BD. RGB value is (165,1,189). Sum of RGB (Red+Green+Blue) = 165+1+189=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #A501BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A501BD is #5AFE42. Grayscale: #464646. Windows color (decimal): -5963331 or 12386725. OLE color: 12386725.
HSL color Cylindrical-coordinate representation of color #A501BD: hue angle of 292.34º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A501BD is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 1 | 189 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.26 |
| HSL | 292.34º | 0.99% | 0.37% | - |
| HSV(B) | 292.34º | 0.99% | 0.74% | - |
| XYZ | 24.71 | 11.7 | 49.1 | - |
| YUV | 71.47 | 194.33 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 189 | 0.13 | 0.99 | 0 | 0.26 | 292.34 | 0.99 | 0.37 |
| Hex | A5 | 1 | BD | D | 63 | 0 | 1A | 124 | 63 | 25 |
| Octal | 245 | 1 | 275 | 15 | 143 | 0 | 32 | 444 | 143 | 45 |
| Binary | 10100101 | 1 | 10111101 | 1101 | 1100011 | 0 | 11010 | 100100100 | 1100011 | 100101 |
Color Harmonies of #A501BD
Complementary color
Monochromatic Colors of #A501BD
Black with #A501BD
Text Example
Text Example
White with #A501BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A501BD; }
p { color: rgb(165,1,189); }
H1.HeaderClassName
{
color: #A501BD;
}
.AnyTagClassName
{
color: #A501BD;
}
</style>
background-color css
<style>
a { background-color: #A501BD; }
a { background-color: rgb(165,1,189); }
div.DivClassName
{
background-color: #A501BD;
}
.BgClassName
{
background-color: #A501BD;
}
</style>
border-color css
<style>
span { border-color: #A501BD; }
span { border-color: rgb(165,1,189); }
td.TdClassName
{
border-color: #A501BD;
}
.TagClassName
{
border-color: #A501BD;
}
</style>