Shades of Vivid Violet #A327A2
Tints of Vivid Violet #A327A2
RGB
CMYK
RGB Variations
Color information
#A327A2 (or 0xA327A2) is known color: Vivid Violet. HEX triplet: A3, 27 and A2. RGB value is (163,39,162). Sum of RGB (Red+Green+Blue) = 163+39+162=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A327A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A327A2 is #5CD85D. Grayscale: #595959. Windows color (decimal): -6084702 or 10626979. OLE color: 10626979.
HSL color Cylindrical-coordinate representation of color #A327A2: hue angle of 300.48º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A327A2 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 39 | 162 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.36 |
| HSL | 300.48º | 0.61% | 0.4% | - |
| HSV(B) | 300.48º | 0.76% | 0.64% | - |
| XYZ | 22.35 | 11.85 | 35.29 | - |
| YUV | 90.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 162 | 0 | 0.76 | 0.01 | 0.36 | 300.48 | 0.61 | 0.4 |
| Hex | A3 | 27 | A2 | 0 | 4C | 1 | 24 | 12C | 3D | 28 |
| Octal | 243 | 47 | 242 | 0 | 114 | 1 | 44 | 454 | 75 | 50 |
| Binary | 10100011 | 100111 | 10100010 | 0 | 1001100 | 1 | 100100 | 100101100 | 111101 | 101000 |
Color Harmonies of #A327A2
Complementary color
Monochromatic Colors of #A327A2
Black with #A327A2
Text Example
Text Example
White with #A327A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327A2; }
p { color: rgb(163,39,162); }
H1.HeaderClassName
{
color: #A327A2;
}
.AnyTagClassName
{
color: #A327A2;
}
</style>
background-color css
<style>
a { background-color: #A327A2; }
a { background-color: rgb(163,39,162); }
div.DivClassName
{
background-color: #A327A2;
}
.BgClassName
{
background-color: #A327A2;
}
</style>
border-color css
<style>
span { border-color: #A327A2; }
span { border-color: rgb(163,39,162); }
td.TdClassName
{
border-color: #A327A2;
}
.TagClassName
{
border-color: #A327A2;
}
</style>