Shades of Dark Violet #A401B7
Tints of Dark Violet #A401B7
RGB
CMYK
RGB Variations
Color information
#A401B7 (or 0xA401B7) is known color: Dark Violet. HEX triplet: A4, 01 and B7. RGB value is (164,1,183). Sum of RGB (Red+Green+Blue) = 164+1+183=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #A401B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401B7 is #5BFE48. Grayscale: #454545. Windows color (decimal): -6028873 or 11993508. OLE color: 11993508.
HSL color Cylindrical-coordinate representation of color #A401B7: hue angle of 293.74º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A401B7 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 1 | 183 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.28 |
| HSL | 293.74º | 0.99% | 0.36% | - |
| HSV(B) | 293.74º | 0.99% | 0.72% | - |
| XYZ | 23.87 | 11.33 | 45.73 | - |
| YUV | 70.49 | 191.5 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 183 | 0.10 | 0.99 | 0 | 0.28 | 293.74 | 0.99 | 0.36 |
| Hex | A4 | 1 | B7 | A | 63 | 0 | 1C | 126 | 63 | 24 |
| Octal | 244 | 1 | 267 | 12 | 143 | 0 | 34 | 446 | 143 | 44 |
| Binary | 10100100 | 1 | 10110111 | 1010 | 1100011 | 0 | 11100 | 100100110 | 1100011 | 100100 |
Color Harmonies of #A401B7
Complementary color
Monochromatic Colors of #A401B7
Black with #A401B7
Text Example
Text Example
White with #A401B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401B7; }
p { color: rgb(164,1,183); }
H1.HeaderClassName
{
color: #A401B7;
}
.AnyTagClassName
{
color: #A401B7;
}
</style>
background-color css
<style>
a { background-color: #A401B7; }
a { background-color: rgb(164,1,183); }
div.DivClassName
{
background-color: #A401B7;
}
.BgClassName
{
background-color: #A401B7;
}
</style>
border-color css
<style>
span { border-color: #A401B7; }
span { border-color: rgb(164,1,183); }
td.TdClassName
{
border-color: #A401B7;
}
.TagClassName
{
border-color: #A401B7;
}
</style>