Shades of Vivid Violet #A433A1
Tints of Vivid Violet #A433A1
RGB
CMYK
RGB Variations
Color information
#A433A1 (or 0xA433A1) is known color: Vivid Violet. HEX triplet: A4, 33 and A1. RGB value is (164,51,161). Sum of RGB (Red+Green+Blue) = 164+51+161=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A433A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A433A1 is #5BCC5E. Grayscale: #616161. Windows color (decimal): -6016095 or 10564516. OLE color: 10564516.
HSL color Cylindrical-coordinate representation of color #A433A1: hue angle of 301.59º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A433A1 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 51 | 161 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.36 |
| HSL | 301.59º | 0.53% | 0.42% | - |
| HSV(B) | 301.59º | 0.69% | 0.64% | - |
| XYZ | 22.93 | 12.83 | 34.99 | - |
| YUV | 97.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 161 | 0 | 0.69 | 0.02 | 0.36 | 301.59 | 0.53 | 0.42 |
| Hex | A4 | 33 | A1 | 0 | 45 | 2 | 24 | 12E | 35 | 2A |
| Octal | 244 | 63 | 241 | 0 | 105 | 2 | 44 | 456 | 65 | 52 |
| Binary | 10100100 | 110011 | 10100001 | 0 | 1000101 | 10 | 100100 | 100101110 | 110101 | 101010 |
Color Harmonies of #A433A1
Complementary color
Monochromatic Colors of #A433A1
Black with #A433A1
Text Example
Text Example
White with #A433A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433A1; }
p { color: rgb(164,51,161); }
H1.HeaderClassName
{
color: #A433A1;
}
.AnyTagClassName
{
color: #A433A1;
}
</style>
background-color css
<style>
a { background-color: #A433A1; }
a { background-color: rgb(164,51,161); }
div.DivClassName
{
background-color: #A433A1;
}
.BgClassName
{
background-color: #A433A1;
}
</style>
border-color css
<style>
span { border-color: #A433A1; }
span { border-color: rgb(164,51,161); }
td.TdClassName
{
border-color: #A433A1;
}
.TagClassName
{
border-color: #A433A1;
}
</style>