Shades of Dark Violet #A407BF
Tints of Dark Violet #A407BF
RGB
CMYK
RGB Variations
Color information
#A407BF (or 0xA407BF) is known color: Dark Violet. HEX triplet: A4, 07 and BF. RGB value is (164,7,191). Sum of RGB (Red+Green+Blue) = 164+7+191=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #A407BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407BF is #5BF840. Grayscale: #4A4A4A. Windows color (decimal): -6027329 or 12519332. OLE color: 12519332.
HSL color Cylindrical-coordinate representation of color #A407BF: hue angle of 291.2º 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 #A407BF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 7 | 191 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.25 |
| HSL | 291.2º | 0.93% | 0.39% | - |
| HSV(B) | 291.2º | 0.96% | 0.75% | - |
| XYZ | 24.79 | 11.81 | 50.26 | - |
| YUV | 74.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 191 | 0.14 | 0.96 | 0 | 0.25 | 291.2 | 0.93 | 0.39 |
| Hex | A4 | 7 | BF | E | 60 | 0 | 19 | 123 | 5D | 27 |
| Octal | 244 | 7 | 277 | 16 | 140 | 0 | 31 | 443 | 135 | 47 |
| Binary | 10100100 | 111 | 10111111 | 1110 | 1100000 | 0 | 11001 | 100100011 | 1011101 | 100111 |
Color Harmonies of #A407BF
Complementary color
Monochromatic Colors of #A407BF
Black with #A407BF
Text Example
Text Example
White with #A407BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407BF; }
p { color: rgb(164,7,191); }
H1.HeaderClassName
{
color: #A407BF;
}
.AnyTagClassName
{
color: #A407BF;
}
</style>
background-color css
<style>
a { background-color: #A407BF; }
a { background-color: rgb(164,7,191); }
div.DivClassName
{
background-color: #A407BF;
}
.BgClassName
{
background-color: #A407BF;
}
</style>
border-color css
<style>
span { border-color: #A407BF; }
span { border-color: rgb(164,7,191); }
td.TdClassName
{
border-color: #A407BF;
}
.TagClassName
{
border-color: #A407BF;
}
</style>