Shades of Vivid Violet #A132A8
Tints of Vivid Violet #A132A8
RGB
CMYK
RGB Variations
Color information
#A132A8 (or 0xA132A8) is known color: Vivid Violet. HEX triplet: A1, 32 and A8. RGB value is (161,50,168). Sum of RGB (Red+Green+Blue) = 161+50+168=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 168 - color contains mainly: blue. Hex color #A132A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A132A8 is #5ECD57. Grayscale: #606060. Windows color (decimal): -6212952 or 11023009. OLE color: 11023009.
HSL color Cylindrical-coordinate representation of color #A132A8: hue angle of 296.44º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A132A8 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 50 | 168 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.34 |
| HSL | 296.44º | 0.54% | 0.43% | - |
| HSV(B) | 296.44º | 0.7% | 0.66% | - |
| XYZ | 22.91 | 12.69 | 38.29 | - |
| YUV | 96.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 168 | 0.04 | 0.70 | 0 | 0.34 | 296.44 | 0.54 | 0.43 |
| Hex | A1 | 32 | A8 | 4 | 46 | 0 | 22 | 128 | 36 | 2B |
| Octal | 241 | 62 | 250 | 4 | 106 | 0 | 42 | 450 | 66 | 53 |
| Binary | 10100001 | 110010 | 10101000 | 100 | 1000110 | 0 | 100010 | 100101000 | 110110 | 101011 |
Color Harmonies of #A132A8
Complementary color
Monochromatic Colors of #A132A8
Black with #A132A8
Text Example
Text Example
White with #A132A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A132A8; }
p { color: rgb(161,50,168); }
H1.HeaderClassName
{
color: #A132A8;
}
.AnyTagClassName
{
color: #A132A8;
}
</style>
background-color css
<style>
a { background-color: #A132A8; }
a { background-color: rgb(161,50,168); }
div.DivClassName
{
background-color: #A132A8;
}
.BgClassName
{
background-color: #A132A8;
}
</style>
border-color css
<style>
span { border-color: #A132A8; }
span { border-color: rgb(161,50,168); }
td.TdClassName
{
border-color: #A132A8;
}
.TagClassName
{
border-color: #A132A8;
}
</style>