Shades of Vivid Violet #A425A2
Tints of Vivid Violet #A425A2
RGB
CMYK
RGB Variations
Color information
#A425A2 (or 0xA425A2) is known color: Vivid Violet. HEX triplet: A4, 25 and A2. RGB value is (164,37,162). Sum of RGB (Red+Green+Blue) = 164+37+162=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A425A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A425A2 is #5BDA5D. Grayscale: #585858. Windows color (decimal): -6019678 or 10626468. OLE color: 10626468.
HSL color Cylindrical-coordinate representation of color #A425A2: hue angle of 300.94º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A425A2 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 37 | 162 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.36 |
| HSL | 300.94º | 0.63% | 0.39% | - |
| HSV(B) | 300.94º | 0.77% | 0.64% | - |
| XYZ | 22.49 | 11.82 | 35.28 | - |
| YUV | 89.22 | 169.08 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 162 | 0 | 0.77 | 0.01 | 0.36 | 300.94 | 0.63 | 0.39 |
| Hex | A4 | 25 | A2 | 0 | 4D | 1 | 24 | 12D | 3F | 27 |
| Octal | 244 | 45 | 242 | 0 | 115 | 1 | 44 | 455 | 77 | 47 |
| Binary | 10100100 | 100101 | 10100010 | 0 | 1001101 | 1 | 100100 | 100101101 | 111111 | 100111 |
Color Harmonies of #A425A2
Complementary color
Monochromatic Colors of #A425A2
Black with #A425A2
Text Example
Text Example
White with #A425A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425A2; }
p { color: rgb(164,37,162); }
H1.HeaderClassName
{
color: #A425A2;
}
.AnyTagClassName
{
color: #A425A2;
}
</style>
background-color css
<style>
a { background-color: #A425A2; }
a { background-color: rgb(164,37,162); }
div.DivClassName
{
background-color: #A425A2;
}
.BgClassName
{
background-color: #A425A2;
}
</style>
border-color css
<style>
span { border-color: #A425A2; }
span { border-color: rgb(164,37,162); }
td.TdClassName
{
border-color: #A425A2;
}
.TagClassName
{
border-color: #A425A2;
}
</style>