Shades of Dark Violet #A400BE
Tints of Dark Violet #A400BE
RGB
CMYK
RGB Variations
Color information
#A400BE (or 0xA400BE) is known color: Dark Violet. HEX triplet: A4, 00 and BE. RGB value is (164,0,190). Sum of RGB (Red+Green+Blue) = 164+0+190=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #A400BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400BE is #5BFF41. Grayscale: #464646. Windows color (decimal): -6029122 or 12452004. OLE color: 12452004.
HSL color Cylindrical-coordinate representation of color #A400BE: hue angle of 291.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400BE is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 0 | 190 | - |
| CMYK | 0.14 | 1 | 0 | 0.25 |
| HSL | 291.79º | 1% | 0.37% | - |
| HSV(B) | 291.79º | 1% | 0.75% | - |
| XYZ | 24.6 | 11.61 | 49.66 | - |
| YUV | 70.7 | 195.33 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 190 | 0.14 | 1 | 0 | 0.25 | 291.79 | 1 | 0.37 |
| Hex | A4 | 0 | BE | E | 64 | 0 | 19 | 124 | 64 | 25 |
| Octal | 244 | 0 | 276 | 16 | 144 | 0 | 31 | 444 | 144 | 45 |
| Binary | 10100100 | 0 | 10111110 | 1110 | 1100100 | 0 | 11001 | 100100100 | 1100100 | 100101 |
Color Harmonies of #A400BE
Complementary color
Monochromatic Colors of #A400BE
Black with #A400BE
Text Example
Text Example
White with #A400BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400BE; }
p { color: rgb(164,0,190); }
H1.HeaderClassName
{
color: #A400BE;
}
.AnyTagClassName
{
color: #A400BE;
}
</style>
background-color css
<style>
a { background-color: #A400BE; }
a { background-color: rgb(164,0,190); }
div.DivClassName
{
background-color: #A400BE;
}
.BgClassName
{
background-color: #A400BE;
}
</style>
border-color css
<style>
span { border-color: #A400BE; }
span { border-color: rgb(164,0,190); }
td.TdClassName
{
border-color: #A400BE;
}
.TagClassName
{
border-color: #A400BE;
}
</style>