Shades of Vivid Violet #A133A4
Tints of Vivid Violet #A133A4
RGB
CMYK
RGB Variations
Color information
#A133A4 (or 0xA133A4) is known color: Vivid Violet. HEX triplet: A1, 33 and A4. RGB value is (161,51,164). Sum of RGB (Red+Green+Blue) = 161+51+164=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #A133A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A133A4 is #5ECC5B. Grayscale: #606060. Windows color (decimal): -6212700 or 10761121. OLE color: 10761121.
HSL color Cylindrical-coordinate representation of color #A133A4: hue angle of 298.41º 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 #A133A4 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 51 | 164 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.36 |
| HSL | 298.41º | 0.53% | 0.42% | - |
| HSV(B) | 298.41º | 0.69% | 0.64% | - |
| XYZ | 22.58 | 12.63 | 36.37 | - |
| YUV | 96.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 164 | 0.02 | 0.69 | 0 | 0.36 | 298.41 | 0.53 | 0.42 |
| Hex | A1 | 33 | A4 | 2 | 45 | 0 | 24 | 12A | 35 | 2A |
| Octal | 241 | 63 | 244 | 2 | 105 | 0 | 44 | 452 | 65 | 52 |
| Binary | 10100001 | 110011 | 10100100 | 10 | 1000101 | 0 | 100100 | 100101010 | 110101 | 101010 |
Color Harmonies of #A133A4
Complementary color
Monochromatic Colors of #A133A4
Black with #A133A4
Text Example
Text Example
White with #A133A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133A4; }
p { color: rgb(161,51,164); }
H1.HeaderClassName
{
color: #A133A4;
}
.AnyTagClassName
{
color: #A133A4;
}
</style>
background-color css
<style>
a { background-color: #A133A4; }
a { background-color: rgb(161,51,164); }
div.DivClassName
{
background-color: #A133A4;
}
.BgClassName
{
background-color: #A133A4;
}
</style>
border-color css
<style>
span { border-color: #A133A4; }
span { border-color: rgb(161,51,164); }
td.TdClassName
{
border-color: #A133A4;
}
.TagClassName
{
border-color: #A133A4;
}
</style>