Shades of Dark Violet #A401B5
Tints of Dark Violet #A401B5
RGB
CMYK
RGB Variations
Color information
#A401B5 (or 0xA401B5) is known color: Dark Violet. HEX triplet: A4, 01 and B5. RGB value is (164,1,181). Sum of RGB (Red+Green+Blue) = 164+1+181=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 181 (71.09% from 255 or 52.31% from 346); Max value from RGB is 181 - color contains mainly: blue. Hex color #A401B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401B5 is #5BFE4A. Grayscale: #454545. Windows color (decimal): -6028875 or 11862436. OLE color: 11862436.
HSL color Cylindrical-coordinate representation of color #A401B5: hue angle of 294.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A401B5 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 1 | 181 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.29 |
| HSL | 294.33º | 0.99% | 0.36% | - |
| HSV(B) | 294.33º | 0.99% | 0.71% | - |
| XYZ | 23.66 | 11.25 | 44.64 | - |
| YUV | 70.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 181 | 0.09 | 0.99 | 0 | 0.29 | 294.33 | 0.99 | 0.36 |
| Hex | A4 | 1 | B5 | 9 | 63 | 0 | 1D | 126 | 63 | 24 |
| Octal | 244 | 1 | 265 | 11 | 143 | 0 | 35 | 446 | 143 | 44 |
| Binary | 10100100 | 1 | 10110101 | 1001 | 1100011 | 0 | 11101 | 100100110 | 1100011 | 100100 |
Color Harmonies of #A401B5
Complementary color
Monochromatic Colors of #A401B5
Black with #A401B5
Text Example
Text Example
White with #A401B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401B5; }
p { color: rgb(164,1,181); }
H1.HeaderClassName
{
color: #A401B5;
}
.AnyTagClassName
{
color: #A401B5;
}
</style>
background-color css
<style>
a { background-color: #A401B5; }
a { background-color: rgb(164,1,181); }
div.DivClassName
{
background-color: #A401B5;
}
.BgClassName
{
background-color: #A401B5;
}
</style>
border-color css
<style>
span { border-color: #A401B5; }
span { border-color: rgb(164,1,181); }
td.TdClassName
{
border-color: #A401B5;
}
.TagClassName
{
border-color: #A401B5;
}
</style>