Shades of Dark Violet #A401BE
Tints of Dark Violet #A401BE
RGB
CMYK
RGB Variations
Color information
#A401BE (or 0xA401BE) is known color: Dark Violet. HEX triplet: A4, 01 and BE. RGB value is (164,1,190). Sum of RGB (Red+Green+Blue) = 164+1+190=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #A401BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401BE is #5BFE41. Grayscale: #464646. Windows color (decimal): -6028866 or 12452260. OLE color: 12452260.
HSL color Cylindrical-coordinate representation of color #A401BE: hue angle of 291.75º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A401BE is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 1 | 190 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.25 |
| HSL | 291.75º | 0.99% | 0.37% | - |
| HSV(B) | 291.75º | 0.99% | 0.75% | - |
| XYZ | 24.61 | 11.63 | 49.66 | - |
| YUV | 71.28 | 195 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 190 | 0.14 | 0.99 | 0 | 0.25 | 291.75 | 0.99 | 0.37 |
| Hex | A4 | 1 | BE | E | 63 | 0 | 19 | 124 | 63 | 25 |
| Octal | 244 | 1 | 276 | 16 | 143 | 0 | 31 | 444 | 143 | 45 |
| Binary | 10100100 | 1 | 10111110 | 1110 | 1100011 | 0 | 11001 | 100100100 | 1100011 | 100101 |
Color Harmonies of #A401BE
Complementary color
Monochromatic Colors of #A401BE
Black with #A401BE
Text Example
Text Example
White with #A401BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401BE; }
p { color: rgb(164,1,190); }
H1.HeaderClassName
{
color: #A401BE;
}
.AnyTagClassName
{
color: #A401BE;
}
</style>
background-color css
<style>
a { background-color: #A401BE; }
a { background-color: rgb(164,1,190); }
div.DivClassName
{
background-color: #A401BE;
}
.BgClassName
{
background-color: #A401BE;
}
</style>
border-color css
<style>
span { border-color: #A401BE; }
span { border-color: rgb(164,1,190); }
td.TdClassName
{
border-color: #A401BE;
}
.TagClassName
{
border-color: #A401BE;
}
</style>