Shades of Dark Violet #A501BC
Tints of Dark Violet #A501BC
RGB
CMYK
RGB Variations
Color information
#A501BC (or 0xA501BC) is known color: Dark Violet. HEX triplet: A5, 01 and BC. RGB value is (165,1,188). Sum of RGB (Red+Green+Blue) = 165+1+188=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #A501BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A501BC is #5AFE43. Grayscale: #464646. Windows color (decimal): -5963332 or 12321189. OLE color: 12321189.
HSL color Cylindrical-coordinate representation of color #A501BC: hue angle of 292.62º 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 #A501BC is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 1 | 188 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.26 |
| HSL | 292.62º | 0.99% | 0.37% | - |
| HSV(B) | 292.62º | 0.99% | 0.74% | - |
| XYZ | 24.61 | 11.65 | 48.53 | - |
| YUV | 71.35 | 193.83 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 188 | 0.12 | 0.99 | 0 | 0.26 | 292.62 | 0.99 | 0.37 |
| Hex | A5 | 1 | BC | C | 63 | 0 | 1A | 125 | 63 | 25 |
| Octal | 245 | 1 | 274 | 14 | 143 | 0 | 32 | 445 | 143 | 45 |
| Binary | 10100101 | 1 | 10111100 | 1100 | 1100011 | 0 | 11010 | 100100101 | 1100011 | 100101 |
Color Harmonies of #A501BC
Complementary color
Monochromatic Colors of #A501BC
Black with #A501BC
Text Example
Text Example
White with #A501BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A501BC; }
p { color: rgb(165,1,188); }
H1.HeaderClassName
{
color: #A501BC;
}
.AnyTagClassName
{
color: #A501BC;
}
</style>
background-color css
<style>
a { background-color: #A501BC; }
a { background-color: rgb(165,1,188); }
div.DivClassName
{
background-color: #A501BC;
}
.BgClassName
{
background-color: #A501BC;
}
</style>
border-color css
<style>
span { border-color: #A501BC; }
span { border-color: rgb(165,1,188); }
td.TdClassName
{
border-color: #A501BC;
}
.TagClassName
{
border-color: #A501BC;
}
</style>