Shades of Dark Violet #A407BE
Tints of Dark Violet #A407BE
RGB
CMYK
RGB Variations
Color information
#A407BE (or 0xA407BE) is known color: Dark Violet. HEX triplet: A4, 07 and BE. RGB value is (164,7,190). Sum of RGB (Red+Green+Blue) = 164+7+190=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #A407BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407BE is #5BF841. Grayscale: #4A4A4A. Windows color (decimal): -6027330 or 12453796. OLE color: 12453796.
HSL color Cylindrical-coordinate representation of color #A407BE: hue angle of 291.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A407BE is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 7 | 190 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.25 |
| HSL | 291.48º | 0.93% | 0.39% | - |
| HSV(B) | 291.48º | 0.96% | 0.75% | - |
| XYZ | 24.68 | 11.76 | 49.68 | - |
| YUV | 74.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 190 | 0.14 | 0.96 | 0 | 0.25 | 291.48 | 0.93 | 0.39 |
| Hex | A4 | 7 | BE | E | 60 | 0 | 19 | 123 | 5D | 27 |
| Octal | 244 | 7 | 276 | 16 | 140 | 0 | 31 | 443 | 135 | 47 |
| Binary | 10100100 | 111 | 10111110 | 1110 | 1100000 | 0 | 11001 | 100100011 | 1011101 | 100111 |
Color Harmonies of #A407BE
Complementary color
Monochromatic Colors of #A407BE
Black with #A407BE
Text Example
Text Example
White with #A407BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407BE; }
p { color: rgb(164,7,190); }
H1.HeaderClassName
{
color: #A407BE;
}
.AnyTagClassName
{
color: #A407BE;
}
</style>
background-color css
<style>
a { background-color: #A407BE; }
a { background-color: rgb(164,7,190); }
div.DivClassName
{
background-color: #A407BE;
}
.BgClassName
{
background-color: #A407BE;
}
</style>
border-color css
<style>
span { border-color: #A407BE; }
span { border-color: rgb(164,7,190); }
td.TdClassName
{
border-color: #A407BE;
}
.TagClassName
{
border-color: #A407BE;
}
</style>