Shades of Vivid Violet #A134A1
Tints of Vivid Violet #A134A1
RGB
CMYK
RGB Variations
Color information
#A134A1 (or 0xA134A1) is known color: Vivid Violet. HEX triplet: A1, 34 and A1. RGB value is (161,52,161). Sum of RGB (Red+Green+Blue) = 161+52+161=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A134A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A134A1 is #5ECB5E. Grayscale: #606060. Windows color (decimal): -6212447 or 10564769. OLE color: 10564769.
HSL color Cylindrical-coordinate representation of color #A134A1: hue angle of 300º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A134A1 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 161 | - |
| CMYK | 0 | 0.68 | 0 | 0.37 |
| HSL | 300º | 0.51% | 0.42% | - |
| HSV(B) | 300º | 0.68% | 0.63% | - |
| XYZ | 22.36 | 12.61 | 34.97 | - |
| YUV | 97.02 | 164.11 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 161 | 0 | 0.68 | 0 | 0.37 | 300 | 0.51 | 0.42 |
| Hex | A1 | 34 | A1 | 0 | 44 | 0 | 25 | 12C | 33 | 2A |
| Octal | 241 | 64 | 241 | 0 | 104 | 0 | 45 | 454 | 63 | 52 |
| Binary | 10100001 | 110100 | 10100001 | 0 | 1000100 | 0 | 100101 | 100101100 | 110011 | 101010 |
Color Harmonies of #A134A1
Complementary color
Monochromatic Colors of #A134A1
Black with #A134A1
Text Example
Text Example
White with #A134A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134A1; }
p { color: rgb(161,52,161); }
H1.HeaderClassName
{
color: #A134A1;
}
.AnyTagClassName
{
color: #A134A1;
}
</style>
background-color css
<style>
a { background-color: #A134A1; }
a { background-color: rgb(161,52,161); }
div.DivClassName
{
background-color: #A134A1;
}
.BgClassName
{
background-color: #A134A1;
}
</style>
border-color css
<style>
span { border-color: #A134A1; }
span { border-color: rgb(161,52,161); }
td.TdClassName
{
border-color: #A134A1;
}
.TagClassName
{
border-color: #A134A1;
}
</style>