Shades of Violet Blue #A34592
Tints of Violet Blue #A34592
RGB
CMYK
RGB Variations
Color information
#A34592 (or 0xA34592) is known color: Violet Blue. HEX triplet: A3, 45 and 92. RGB value is (163,69,146). Sum of RGB (Red+Green+Blue) = 163+69+146=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A34592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34592 is #5CBA6D. Grayscale: #696969. Windows color (decimal): -6077038 or 9586083. OLE color: 9586083.
HSL color Cylindrical-coordinate representation of color #A34592: hue angle of 310.85º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34592 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 146 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.36 |
| HSL | 310.85º | 0.41% | 0.45% | - |
| HSV(B) | 310.85º | 0.58% | 0.64% | - |
| XYZ | 22.42 | 14.12 | 28.74 | - |
| YUV | 105.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 146 | 0 | 0.58 | 0.10 | 0.36 | 310.85 | 0.41 | 0.45 |
| Hex | A3 | 45 | 92 | 0 | 3A | A | 24 | 137 | 29 | 2D |
| Octal | 243 | 105 | 222 | 0 | 72 | 12 | 44 | 467 | 51 | 55 |
| Binary | 10100011 | 1000101 | 10010010 | 0 | 111010 | 1010 | 100100 | 100110111 | 101001 | 101101 |
Color Harmonies of #A34592
Complementary color
Monochromatic Colors of #A34592
Black with #A34592
Text Example
Text Example
White with #A34592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34592; }
p { color: rgb(163,69,146); }
H1.HeaderClassName
{
color: #A34592;
}
.AnyTagClassName
{
color: #A34592;
}
</style>
background-color css
<style>
a { background-color: #A34592; }
a { background-color: rgb(163,69,146); }
div.DivClassName
{
background-color: #A34592;
}
.BgClassName
{
background-color: #A34592;
}
</style>
border-color css
<style>
span { border-color: #A34592; }
span { border-color: rgb(163,69,146); }
td.TdClassName
{
border-color: #A34592;
}
.TagClassName
{
border-color: #A34592;
}
</style>