Shades of Dark Violet #A401BC
Tints of Dark Violet #A401BC
RGB
CMYK
RGB Variations
Color information
#A401BC (or 0xA401BC) is known color: Dark Violet. HEX triplet: A4, 01 and BC. RGB value is (164,1,188). Sum of RGB (Red+Green+Blue) = 164+1+188=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #A401BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401BC is #5BFE43. Grayscale: #464646. Windows color (decimal): -6028868 or 12321188. OLE color: 12321188.
HSL color Cylindrical-coordinate representation of color #A401BC: hue angle of 292.3º 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 #A401BC is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 1 | 188 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.26 |
| HSL | 292.3º | 0.99% | 0.37% | - |
| HSV(B) | 292.3º | 0.99% | 0.74% | - |
| XYZ | 24.4 | 11.55 | 48.52 | - |
| YUV | 71.06 | 194 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 188 | 0.13 | 0.99 | 0 | 0.26 | 292.3 | 0.99 | 0.37 |
| Hex | A4 | 1 | BC | D | 63 | 0 | 1A | 124 | 63 | 25 |
| Octal | 244 | 1 | 274 | 15 | 143 | 0 | 32 | 444 | 143 | 45 |
| Binary | 10100100 | 1 | 10111100 | 1101 | 1100011 | 0 | 11010 | 100100100 | 1100011 | 100101 |
Color Harmonies of #A401BC
Complementary color
Monochromatic Colors of #A401BC
Black with #A401BC
Text Example
Text Example
White with #A401BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401BC; }
p { color: rgb(164,1,188); }
H1.HeaderClassName
{
color: #A401BC;
}
.AnyTagClassName
{
color: #A401BC;
}
</style>
background-color css
<style>
a { background-color: #A401BC; }
a { background-color: rgb(164,1,188); }
div.DivClassName
{
background-color: #A401BC;
}
.BgClassName
{
background-color: #A401BC;
}
</style>
border-color css
<style>
span { border-color: #A401BC; }
span { border-color: rgb(164,1,188); }
td.TdClassName
{
border-color: #A401BC;
}
.TagClassName
{
border-color: #A401BC;
}
</style>