Shades of Vivid Violet #A334A4
Tints of Vivid Violet #A334A4
RGB
CMYK
RGB Variations
Color information
#A334A4 (or 0xA334A4) is known color: Vivid Violet. HEX triplet: A3, 34 and A4. RGB value is (163,52,164). Sum of RGB (Red+Green+Blue) = 163+52+164=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #A334A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334A4 is #5CCB5B. Grayscale: #616161. Windows color (decimal): -6081372 or 10761379. OLE color: 10761379.
HSL color Cylindrical-coordinate representation of color #A334A4: hue angle of 299.46º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A334A4 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 164 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.36 |
| HSL | 299.46º | 0.52% | 0.42% | - |
| HSV(B) | 299.46º | 0.68% | 0.64% | - |
| XYZ | 23.03 | 12.92 | 36.4 | - |
| YUV | 97.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 164 | 0.01 | 0.68 | 0 | 0.36 | 299.46 | 0.52 | 0.42 |
| Hex | A3 | 34 | A4 | 1 | 44 | 0 | 24 | 12B | 34 | 2A |
| Octal | 243 | 64 | 244 | 1 | 104 | 0 | 44 | 453 | 64 | 52 |
| Binary | 10100011 | 110100 | 10100100 | 1 | 1000100 | 0 | 100100 | 100101011 | 110100 | 101010 |
Color Harmonies of #A334A4
Complementary color
Monochromatic Colors of #A334A4
Black with #A334A4
Text Example
Text Example
White with #A334A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334A4; }
p { color: rgb(163,52,164); }
H1.HeaderClassName
{
color: #A334A4;
}
.AnyTagClassName
{
color: #A334A4;
}
</style>
background-color css
<style>
a { background-color: #A334A4; }
a { background-color: rgb(163,52,164); }
div.DivClassName
{
background-color: #A334A4;
}
.BgClassName
{
background-color: #A334A4;
}
</style>
border-color css
<style>
span { border-color: #A334A4; }
span { border-color: rgb(163,52,164); }
td.TdClassName
{
border-color: #A334A4;
}
.TagClassName
{
border-color: #A334A4;
}
</style>