Shades of Vivid Violet #A130A7
Tints of Vivid Violet #A130A7
RGB
CMYK
RGB Variations
Color information
#A130A7 (or 0xA130A7) is known color: Vivid Violet. HEX triplet: A1, 30 and A7. RGB value is (161,48,167). Sum of RGB (Red+Green+Blue) = 161+48+167=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: blue. Hex color #A130A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A130A7 is #5ECF58. Grayscale: #5E5E5E. Windows color (decimal): -6213465 or 10956961. OLE color: 10956961.
HSL color Cylindrical-coordinate representation of color #A130A7: hue angle of 296.97º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A130A7 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 48 | 167 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.35 |
| HSL | 296.97º | 0.55% | 0.42% | - |
| HSV(B) | 296.97º | 0.71% | 0.65% | - |
| XYZ | 22.73 | 12.48 | 37.77 | - |
| YUV | 95.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 167 | 0.04 | 0.71 | 0 | 0.35 | 296.97 | 0.55 | 0.42 |
| Hex | A1 | 30 | A7 | 4 | 47 | 0 | 23 | 129 | 37 | 2A |
| Octal | 241 | 60 | 247 | 4 | 107 | 0 | 43 | 451 | 67 | 52 |
| Binary | 10100001 | 110000 | 10100111 | 100 | 1000111 | 0 | 100011 | 100101001 | 110111 | 101010 |
Color Harmonies of #A130A7
Complementary color
Monochromatic Colors of #A130A7
Black with #A130A7
Text Example
Text Example
White with #A130A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A130A7; }
p { color: rgb(161,48,167); }
H1.HeaderClassName
{
color: #A130A7;
}
.AnyTagClassName
{
color: #A130A7;
}
</style>
background-color css
<style>
a { background-color: #A130A7; }
a { background-color: rgb(161,48,167); }
div.DivClassName
{
background-color: #A130A7;
}
.BgClassName
{
background-color: #A130A7;
}
</style>
border-color css
<style>
span { border-color: #A130A7; }
span { border-color: rgb(161,48,167); }
td.TdClassName
{
border-color: #A130A7;
}
.TagClassName
{
border-color: #A130A7;
}
</style>