Shades of Violet Blue #A734A4
Tints of Violet Blue #A734A4
RGB
CMYK
RGB Variations
Color information
#A734A4 (or 0xA734A4) is known color: Violet Blue. HEX triplet: A7, 34 and A4. RGB value is (167,52,164). Sum of RGB (Red+Green+Blue) = 167+52+164=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A734A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A734A4 is #58CB5B. Grayscale: #626262. Windows color (decimal): -5819228 or 10761383. OLE color: 10761383.
HSL color Cylindrical-coordinate representation of color #A734A4: hue angle of 301.57º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A734A4 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 52 | 164 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.35 |
| HSL | 301.57º | 0.53% | 0.43% | - |
| HSV(B) | 301.57º | 0.69% | 0.65% | - |
| XYZ | 23.87 | 13.35 | 36.44 | - |
| YUV | 99.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 52 | 164 | 0 | 0.69 | 0.02 | 0.35 | 301.57 | 0.53 | 0.43 |
| Hex | A7 | 34 | A4 | 0 | 45 | 2 | 23 | 12E | 35 | 2B |
| Octal | 247 | 64 | 244 | 0 | 105 | 2 | 43 | 456 | 65 | 53 |
| Binary | 10100111 | 110100 | 10100100 | 0 | 1000101 | 10 | 100011 | 100101110 | 110101 | 101011 |
Color Harmonies of #A734A4
Complementary color
Monochromatic Colors of #A734A4
Black with #A734A4
Text Example
Text Example
White with #A734A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A734A4; }
p { color: rgb(167,52,164); }
H1.HeaderClassName
{
color: #A734A4;
}
.AnyTagClassName
{
color: #A734A4;
}
</style>
background-color css
<style>
a { background-color: #A734A4; }
a { background-color: rgb(167,52,164); }
div.DivClassName
{
background-color: #A734A4;
}
.BgClassName
{
background-color: #A734A4;
}
</style>
border-color css
<style>
span { border-color: #A734A4; }
span { border-color: rgb(167,52,164); }
td.TdClassName
{
border-color: #A734A4;
}
.TagClassName
{
border-color: #A734A4;
}
</style>