Shades of Vivid Violet #A334A5
Tints of Vivid Violet #A334A5
RGB
CMYK
RGB Variations
Color information
#A334A5 (or 0xA334A5) is known color: Vivid Violet. HEX triplet: A3, 34 and A5. RGB value is (163,52,165). Sum of RGB (Red+Green+Blue) = 163+52+165=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 165 - color contains mainly: blue. Hex color #A334A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334A5 is #5CCB5A. Grayscale: #616161. Windows color (decimal): -6081371 or 10826915. OLE color: 10826915.
HSL color Cylindrical-coordinate representation of color #A334A5: hue angle of 298.94º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A334A5 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 52 | 165 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.35 |
| HSL | 298.94º | 0.52% | 0.43% | - |
| HSV(B) | 298.94º | 0.68% | 0.65% | - |
| XYZ | 23.12 | 12.96 | 36.88 | - |
| YUV | 98.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 165 | 0.01 | 0.68 | 0 | 0.35 | 298.94 | 0.52 | 0.43 |
| Hex | A3 | 34 | A5 | 1 | 44 | 0 | 23 | 12B | 34 | 2B |
| Octal | 243 | 64 | 245 | 1 | 104 | 0 | 43 | 453 | 64 | 53 |
| Binary | 10100011 | 110100 | 10100101 | 1 | 1000100 | 0 | 100011 | 100101011 | 110100 | 101011 |
Color Harmonies of #A334A5
Complementary color
Monochromatic Colors of #A334A5
Black with #A334A5
Text Example
Text Example
White with #A334A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334A5; }
p { color: rgb(163,52,165); }
H1.HeaderClassName
{
color: #A334A5;
}
.AnyTagClassName
{
color: #A334A5;
}
</style>
background-color css
<style>
a { background-color: #A334A5; }
a { background-color: rgb(163,52,165); }
div.DivClassName
{
background-color: #A334A5;
}
.BgClassName
{
background-color: #A334A5;
}
</style>
border-color css
<style>
span { border-color: #A334A5; }
span { border-color: rgb(163,52,165); }
td.TdClassName
{
border-color: #A334A5;
}
.TagClassName
{
border-color: #A334A5;
}
</style>