Shades of Vivid Violet #A130A4
Tints of Vivid Violet #A130A4
RGB
CMYK
RGB Variations
Color information
#A130A4 (or 0xA130A4) is known color: Vivid Violet. HEX triplet: A1, 30 and A4. RGB value is (161,48,164). Sum of RGB (Red+Green+Blue) = 161+48+164=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #A130A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A130A4 is #5ECF5B. Grayscale: #5E5E5E. Windows color (decimal): -6213468 or 10760353. OLE color: 10760353.
HSL color Cylindrical-coordinate representation of color #A130A4: hue angle of 298.45º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A130A4 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 48 | 164 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.36 |
| HSL | 298.45º | 0.55% | 0.42% | - |
| HSV(B) | 298.45º | 0.71% | 0.64% | - |
| XYZ | 22.46 | 12.37 | 36.33 | - |
| YUV | 95.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 164 | 0.02 | 0.71 | 0 | 0.36 | 298.45 | 0.55 | 0.42 |
| Hex | A1 | 30 | A4 | 2 | 47 | 0 | 24 | 12A | 37 | 2A |
| Octal | 241 | 60 | 244 | 2 | 107 | 0 | 44 | 452 | 67 | 52 |
| Binary | 10100001 | 110000 | 10100100 | 10 | 1000111 | 0 | 100100 | 100101010 | 110111 | 101010 |
Color Harmonies of #A130A4
Complementary color
Monochromatic Colors of #A130A4
Black with #A130A4
Text Example
Text Example
White with #A130A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A130A4; }
p { color: rgb(161,48,164); }
H1.HeaderClassName
{
color: #A130A4;
}
.AnyTagClassName
{
color: #A130A4;
}
</style>
background-color css
<style>
a { background-color: #A130A4; }
a { background-color: rgb(161,48,164); }
div.DivClassName
{
background-color: #A130A4;
}
.BgClassName
{
background-color: #A130A4;
}
</style>
border-color css
<style>
span { border-color: #A130A4; }
span { border-color: rgb(161,48,164); }
td.TdClassName
{
border-color: #A130A4;
}
.TagClassName
{
border-color: #A130A4;
}
</style>