Shades of Vivid Violet #A325A2
Tints of Vivid Violet #A325A2
RGB
CMYK
RGB Variations
Color information
#A325A2 (or 0xA325A2) is known color: Vivid Violet. HEX triplet: A3, 25 and A2. RGB value is (163,37,162). Sum of RGB (Red+Green+Blue) = 163+37+162=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A325A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A325A2 is #5CDA5D. Grayscale: #585858. Windows color (decimal): -6085214 or 10626467. OLE color: 10626467.
HSL color Cylindrical-coordinate representation of color #A325A2: hue angle of 300.48º 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 #A325A2 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 162 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.36 |
| HSL | 300.48º | 0.63% | 0.39% | - |
| HSV(B) | 300.48º | 0.77% | 0.64% | - |
| XYZ | 22.29 | 11.72 | 35.27 | - |
| YUV | 88.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 162 | 0 | 0.77 | 0.01 | 0.36 | 300.48 | 0.63 | 0.39 |
| Hex | A3 | 25 | A2 | 0 | 4D | 1 | 24 | 12C | 3F | 27 |
| Octal | 243 | 45 | 242 | 0 | 115 | 1 | 44 | 454 | 77 | 47 |
| Binary | 10100011 | 100101 | 10100010 | 0 | 1001101 | 1 | 100100 | 100101100 | 111111 | 100111 |
Color Harmonies of #A325A2
Complementary color
Monochromatic Colors of #A325A2
Black with #A325A2
Text Example
Text Example
White with #A325A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A325A2; }
p { color: rgb(163,37,162); }
H1.HeaderClassName
{
color: #A325A2;
}
.AnyTagClassName
{
color: #A325A2;
}
</style>
background-color css
<style>
a { background-color: #A325A2; }
a { background-color: rgb(163,37,162); }
div.DivClassName
{
background-color: #A325A2;
}
.BgClassName
{
background-color: #A325A2;
}
</style>
border-color css
<style>
span { border-color: #A325A2; }
span { border-color: rgb(163,37,162); }
td.TdClassName
{
border-color: #A325A2;
}
.TagClassName
{
border-color: #A325A2;
}
</style>