Shades of Dark Violet #A401BB
Tints of Dark Violet #A401BB
RGB
CMYK
RGB Variations
Color information
#A401BB (or 0xA401BB) is known color: Dark Violet. HEX triplet: A4, 01 and BB. RGB value is (164,1,187). Sum of RGB (Red+Green+Blue) = 164+1+187=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #A401BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401BB is #5BFE44. Grayscale: #464646. Windows color (decimal): -6028869 or 12255652. OLE color: 12255652.
HSL color Cylindrical-coordinate representation of color #A401BB: hue angle of 292.58º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A401BB is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 1 | 187 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.27 |
| HSL | 292.58º | 0.99% | 0.37% | - |
| HSV(B) | 292.58º | 0.99% | 0.73% | - |
| XYZ | 24.29 | 11.5 | 47.95 | - |
| YUV | 70.94 | 193.5 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 187 | 0.12 | 0.99 | 0 | 0.27 | 292.58 | 0.99 | 0.37 |
| Hex | A4 | 1 | BB | C | 63 | 0 | 1B | 125 | 63 | 25 |
| Octal | 244 | 1 | 273 | 14 | 143 | 0 | 33 | 445 | 143 | 45 |
| Binary | 10100100 | 1 | 10111011 | 1100 | 1100011 | 0 | 11011 | 100100101 | 1100011 | 100101 |
Color Harmonies of #A401BB
Complementary color
Monochromatic Colors of #A401BB
Black with #A401BB
Text Example
Text Example
White with #A401BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401BB; }
p { color: rgb(164,1,187); }
H1.HeaderClassName
{
color: #A401BB;
}
.AnyTagClassName
{
color: #A401BB;
}
</style>
background-color css
<style>
a { background-color: #A401BB; }
a { background-color: rgb(164,1,187); }
div.DivClassName
{
background-color: #A401BB;
}
.BgClassName
{
background-color: #A401BB;
}
</style>
border-color css
<style>
span { border-color: #A401BB; }
span { border-color: rgb(164,1,187); }
td.TdClassName
{
border-color: #A401BB;
}
.TagClassName
{
border-color: #A401BB;
}
</style>