Shades of Vivid Violet #A631A4
Tints of Vivid Violet #A631A4
RGB
CMYK
RGB Variations
Color information
#A631A4 (or 0xA631A4) is known color: Vivid Violet. HEX triplet: A6, 31 and A4. RGB value is (166,49,164). Sum of RGB (Red+Green+Blue) = 166+49+164=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A631A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A631A4 is #59CE5B. Grayscale: #606060. Windows color (decimal): -5885532 or 10760614. OLE color: 10760614.
HSL color Cylindrical-coordinate representation of color #A631A4: hue angle of 301.03º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A631A4 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 164 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.35 |
| HSL | 301.03º | 0.54% | 0.42% | - |
| HSV(B) | 301.03º | 0.7% | 0.65% | - |
| XYZ | 23.53 | 12.98 | 36.39 | - |
| YUV | 97.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 164 | 0 | 0.70 | 0.01 | 0.35 | 301.03 | 0.54 | 0.42 |
| Hex | A6 | 31 | A4 | 0 | 46 | 1 | 23 | 12D | 36 | 2A |
| Octal | 246 | 61 | 244 | 0 | 106 | 1 | 43 | 455 | 66 | 52 |
| Binary | 10100110 | 110001 | 10100100 | 0 | 1000110 | 1 | 100011 | 100101101 | 110110 | 101010 |
Color Harmonies of #A631A4
Complementary color
Monochromatic Colors of #A631A4
Black with #A631A4
Text Example
Text Example
White with #A631A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A631A4; }
p { color: rgb(166,49,164); }
H1.HeaderClassName
{
color: #A631A4;
}
.AnyTagClassName
{
color: #A631A4;
}
</style>
background-color css
<style>
a { background-color: #A631A4; }
a { background-color: rgb(166,49,164); }
div.DivClassName
{
background-color: #A631A4;
}
.BgClassName
{
background-color: #A631A4;
}
</style>
border-color css
<style>
span { border-color: #A631A4; }
span { border-color: rgb(166,49,164); }
td.TdClassName
{
border-color: #A631A4;
}
.TagClassName
{
border-color: #A631A4;
}
</style>