Shades of Vivid Violet #A430A7
Tints of Vivid Violet #A430A7
RGB
CMYK
RGB Variations
Color information
#A430A7 (or 0xA430A7) is known color: Vivid Violet. HEX triplet: A4, 30 and A7. RGB value is (164,48,167). Sum of RGB (Red+Green+Blue) = 164+48+167=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #A430A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A430A7 is #5BCF58. Grayscale: #5F5F5F. Windows color (decimal): -6016857 or 10956964. OLE color: 10956964.
HSL color Cylindrical-coordinate representation of color #A430A7: hue angle of 298.49º 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 #A430A7 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 48 | 167 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.35 |
| HSL | 298.49º | 0.55% | 0.42% | - |
| HSV(B) | 298.49º | 0.71% | 0.65% | - |
| XYZ | 23.34 | 12.8 | 37.8 | - |
| YUV | 96.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 167 | 0.02 | 0.71 | 0 | 0.35 | 298.49 | 0.55 | 0.42 |
| Hex | A4 | 30 | A7 | 2 | 47 | 0 | 23 | 12A | 37 | 2A |
| Octal | 244 | 60 | 247 | 2 | 107 | 0 | 43 | 452 | 67 | 52 |
| Binary | 10100100 | 110000 | 10100111 | 10 | 1000111 | 0 | 100011 | 100101010 | 110111 | 101010 |
Color Harmonies of #A430A7
Complementary color
Monochromatic Colors of #A430A7
Black with #A430A7
Text Example
Text Example
White with #A430A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430A7; }
p { color: rgb(164,48,167); }
H1.HeaderClassName
{
color: #A430A7;
}
.AnyTagClassName
{
color: #A430A7;
}
</style>
background-color css
<style>
a { background-color: #A430A7; }
a { background-color: rgb(164,48,167); }
div.DivClassName
{
background-color: #A430A7;
}
.BgClassName
{
background-color: #A430A7;
}
</style>
border-color css
<style>
span { border-color: #A430A7; }
span { border-color: rgb(164,48,167); }
td.TdClassName
{
border-color: #A430A7;
}
.TagClassName
{
border-color: #A430A7;
}
</style>