Shades of Dark Violet #A407BC
Tints of Dark Violet #A407BC
RGB
CMYK
RGB Variations
Color information
#A407BC (or 0xA407BC) is known color: Dark Violet. HEX triplet: A4, 07 and BC. RGB value is (164,7,188). Sum of RGB (Red+Green+Blue) = 164+7+188=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #A407BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407BC is #5BF843. Grayscale: #4A4A4A. Windows color (decimal): -6027332 or 12322724. OLE color: 12322724.
HSL color Cylindrical-coordinate representation of color #A407BC: hue angle of 292.04º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A407BC is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 7 | 188 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.26 |
| HSL | 292.04º | 0.93% | 0.38% | - |
| HSV(B) | 292.04º | 0.96% | 0.74% | - |
| XYZ | 24.46 | 11.68 | 48.54 | - |
| YUV | 74.58 | 192.01 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 188 | 0.13 | 0.96 | 0 | 0.26 | 292.04 | 0.93 | 0.38 |
| Hex | A4 | 7 | BC | D | 60 | 0 | 1A | 124 | 5D | 26 |
| Octal | 244 | 7 | 274 | 15 | 140 | 0 | 32 | 444 | 135 | 46 |
| Binary | 10100100 | 111 | 10111100 | 1101 | 1100000 | 0 | 11010 | 100100100 | 1011101 | 100110 |
Color Harmonies of #A407BC
Complementary color
Monochromatic Colors of #A407BC
Black with #A407BC
Text Example
Text Example
White with #A407BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407BC; }
p { color: rgb(164,7,188); }
H1.HeaderClassName
{
color: #A407BC;
}
.AnyTagClassName
{
color: #A407BC;
}
</style>
background-color css
<style>
a { background-color: #A407BC; }
a { background-color: rgb(164,7,188); }
div.DivClassName
{
background-color: #A407BC;
}
.BgClassName
{
background-color: #A407BC;
}
</style>
border-color css
<style>
span { border-color: #A407BC; }
span { border-color: rgb(164,7,188); }
td.TdClassName
{
border-color: #A407BC;
}
.TagClassName
{
border-color: #A407BC;
}
</style>