Shades of Vivid Violet #A327A5
Tints of Vivid Violet #A327A5
RGB
CMYK
RGB Variations
Color information
#A327A5 (or 0xA327A5) is known color: Vivid Violet. HEX triplet: A3, 27 and A5. RGB value is (163,39,165). Sum of RGB (Red+Green+Blue) = 163+39+165=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 165 - color contains mainly: blue. Hex color #A327A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A327A5 is #5CD85A. Grayscale: #5A5A5A. Windows color (decimal): -6084699 or 10823587. OLE color: 10823587.
HSL color Cylindrical-coordinate representation of color #A327A5: hue angle of 299.05º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A327A5 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 39 | 165 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.35 |
| HSL | 299.05º | 0.62% | 0.4% | - |
| HSV(B) | 299.05º | 0.76% | 0.65% | - |
| XYZ | 22.62 | 11.95 | 36.71 | - |
| YUV | 90.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 39 | 165 | 0.01 | 0.76 | 0 | 0.35 | 299.05 | 0.62 | 0.4 |
| Hex | A3 | 27 | A5 | 1 | 4C | 0 | 23 | 12B | 3E | 28 |
| Octal | 243 | 47 | 245 | 1 | 114 | 0 | 43 | 453 | 76 | 50 |
| Binary | 10100011 | 100111 | 10100101 | 1 | 1001100 | 0 | 100011 | 100101011 | 111110 | 101000 |
Color Harmonies of #A327A5
Complementary color
Monochromatic Colors of #A327A5
Black with #A327A5
Text Example
Text Example
White with #A327A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A327A5; }
p { color: rgb(163,39,165); }
H1.HeaderClassName
{
color: #A327A5;
}
.AnyTagClassName
{
color: #A327A5;
}
</style>
background-color css
<style>
a { background-color: #A327A5; }
a { background-color: rgb(163,39,165); }
div.DivClassName
{
background-color: #A327A5;
}
.BgClassName
{
background-color: #A327A5;
}
</style>
border-color css
<style>
span { border-color: #A327A5; }
span { border-color: rgb(163,39,165); }
td.TdClassName
{
border-color: #A327A5;
}
.TagClassName
{
border-color: #A327A5;
}
</style>