Shades of Vivid Violet #A430A4
Tints of Vivid Violet #A430A4
RGB
CMYK
RGB Variations
Color information
#A430A4 (or 0xA430A4) is known color: Vivid Violet. HEX triplet: A4, 30 and A4. RGB value is (164,48,164). Sum of RGB (Red+Green+Blue) = 164+48+164=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A430A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A430A4 is #5BCF5B. Grayscale: #5F5F5F. Windows color (decimal): -6016860 or 10760356. OLE color: 10760356.
HSL color Cylindrical-coordinate representation of color #A430A4: hue angle of 300º 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 #A430A4 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 164 | - |
| CMYK | 0 | 0.71 | 0 | 0.36 |
| HSL | 300º | 0.55% | 0.42% | - |
| HSV(B) | 300º | 0.71% | 0.64% | - |
| XYZ | 23.07 | 12.69 | 36.35 | - |
| YUV | 95.91 | 166.43 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 164 | 0 | 0.71 | 0 | 0.36 | 300 | 0.55 | 0.42 |
| Hex | A4 | 30 | A4 | 0 | 47 | 0 | 24 | 12C | 37 | 2A |
| Octal | 244 | 60 | 244 | 0 | 107 | 0 | 44 | 454 | 67 | 52 |
| Binary | 10100100 | 110000 | 10100100 | 0 | 1000111 | 0 | 100100 | 100101100 | 110111 | 101010 |
Color Harmonies of #A430A4
Complementary color
Monochromatic Colors of #A430A4
Black with #A430A4
Text Example
Text Example
White with #A430A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A430A4; }
p { color: rgb(164,48,164); }
H1.HeaderClassName
{
color: #A430A4;
}
.AnyTagClassName
{
color: #A430A4;
}
</style>
background-color css
<style>
a { background-color: #A430A4; }
a { background-color: rgb(164,48,164); }
div.DivClassName
{
background-color: #A430A4;
}
.BgClassName
{
background-color: #A430A4;
}
</style>
border-color css
<style>
span { border-color: #A430A4; }
span { border-color: rgb(164,48,164); }
td.TdClassName
{
border-color: #A430A4;
}
.TagClassName
{
border-color: #A430A4;
}
</style>