Shades of Vivid Violet #A433A0
Tints of Vivid Violet #A433A0
RGB
CMYK
RGB Variations
Color information
#A433A0 (or 0xA433A0) is known color: Vivid Violet. HEX triplet: A4, 33 and A0. RGB value is (164,51,160). Sum of RGB (Red+Green+Blue) = 164+51+160=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A433A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A433A0 is #5BCC5F. Grayscale: #606060. Windows color (decimal): -6016096 or 10498980. OLE color: 10498980.
HSL color Cylindrical-coordinate representation of color #A433A0: hue angle of 302.12º 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 #A433A0 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 51 | 160 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.36 |
| HSL | 302.12º | 0.53% | 0.42% | - |
| HSV(B) | 302.12º | 0.69% | 0.64% | - |
| XYZ | 22.84 | 12.8 | 34.52 | - |
| YUV | 97.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 160 | 0 | 0.69 | 0.02 | 0.36 | 302.12 | 0.53 | 0.42 |
| Hex | A4 | 33 | A0 | 0 | 45 | 2 | 24 | 12E | 35 | 2A |
| Octal | 244 | 63 | 240 | 0 | 105 | 2 | 44 | 456 | 65 | 52 |
| Binary | 10100100 | 110011 | 10100000 | 0 | 1000101 | 10 | 100100 | 100101110 | 110101 | 101010 |
Color Harmonies of #A433A0
Complementary color
Monochromatic Colors of #A433A0
Black with #A433A0
Text Example
Text Example
White with #A433A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A433A0; }
p { color: rgb(164,51,160); }
H1.HeaderClassName
{
color: #A433A0;
}
.AnyTagClassName
{
color: #A433A0;
}
</style>
background-color css
<style>
a { background-color: #A433A0; }
a { background-color: rgb(164,51,160); }
div.DivClassName
{
background-color: #A433A0;
}
.BgClassName
{
background-color: #A433A0;
}
</style>
border-color css
<style>
span { border-color: #A433A0; }
span { border-color: rgb(164,51,160); }
td.TdClassName
{
border-color: #A433A0;
}
.TagClassName
{
border-color: #A433A0;
}
</style>