Shades of Vivid Violet #A234A4
Tints of Vivid Violet #A234A4
RGB
CMYK
RGB Variations
Color information
#A234A4 (or 0xA234A4) is known color: Vivid Violet. HEX triplet: A2, 34 and A4. RGB value is (162,52,164). Sum of RGB (Red+Green+Blue) = 162+52+164=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #A234A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A234A4 is #5DCB5B. Grayscale: #616161. Windows color (decimal): -6146908 or 10761378. OLE color: 10761378.
HSL color Cylindrical-coordinate representation of color #A234A4: hue angle of 298.93º 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 #A234A4 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 164 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.36 |
| HSL | 298.93º | 0.52% | 0.42% | - |
| HSV(B) | 298.93º | 0.68% | 0.64% | - |
| XYZ | 22.83 | 12.82 | 36.39 | - |
| YUV | 97.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 164 | 0.01 | 0.68 | 0 | 0.36 | 298.93 | 0.52 | 0.42 |
| Hex | A2 | 34 | A4 | 1 | 44 | 0 | 24 | 12B | 34 | 2A |
| Octal | 242 | 64 | 244 | 1 | 104 | 0 | 44 | 453 | 64 | 52 |
| Binary | 10100010 | 110100 | 10100100 | 1 | 1000100 | 0 | 100100 | 100101011 | 110100 | 101010 |
Color Harmonies of #A234A4
Complementary color
Monochromatic Colors of #A234A4
Black with #A234A4
Text Example
Text Example
White with #A234A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A234A4; }
p { color: rgb(162,52,164); }
H1.HeaderClassName
{
color: #A234A4;
}
.AnyTagClassName
{
color: #A234A4;
}
</style>
background-color css
<style>
a { background-color: #A234A4; }
a { background-color: rgb(162,52,164); }
div.DivClassName
{
background-color: #A234A4;
}
.BgClassName
{
background-color: #A234A4;
}
</style>
border-color css
<style>
span { border-color: #A234A4; }
span { border-color: rgb(162,52,164); }
td.TdClassName
{
border-color: #A234A4;
}
.TagClassName
{
border-color: #A234A4;
}
</style>