Shades of Violet Blue #A34B98
Tints of Violet Blue #A34B98
RGB
CMYK
RGB Variations
Color information
#A34B98 (or 0xA34B98) is known color: Violet Blue. HEX triplet: A3, 4B and 98. RGB value is (163,75,152). Sum of RGB (Red+Green+Blue) = 163+75+152=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B98 is #5CB467. Grayscale: #6D6D6D. Windows color (decimal): -6075496 or 9980835. OLE color: 9980835.
HSL color Cylindrical-coordinate representation of color #A34B98: hue angle of 307.5º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A34B98 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 152 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.36 |
| HSL | 307.5º | 0.37% | 0.47% | - |
| HSV(B) | 307.5º | 0.54% | 0.64% | - |
| XYZ | 23.29 | 15.09 | 31.39 | - |
| YUV | 110.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 152 | 0 | 0.54 | 0.07 | 0.36 | 307.5 | 0.37 | 0.47 |
| Hex | A3 | 4B | 98 | 0 | 36 | 7 | 24 | 134 | 25 | 2F |
| Octal | 243 | 113 | 230 | 0 | 66 | 7 | 44 | 464 | 45 | 57 |
| Binary | 10100011 | 1001011 | 10011000 | 0 | 110110 | 111 | 100100 | 100110100 | 100101 | 101111 |
Color Harmonies of #A34B98
Complementary color
Monochromatic Colors of #A34B98
Black with #A34B98
Text Example
Text Example
White with #A34B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B98; }
p { color: rgb(163,75,152); }
H1.HeaderClassName
{
color: #A34B98;
}
.AnyTagClassName
{
color: #A34B98;
}
</style>
background-color css
<style>
a { background-color: #A34B98; }
a { background-color: rgb(163,75,152); }
div.DivClassName
{
background-color: #A34B98;
}
.BgClassName
{
background-color: #A34B98;
}
</style>
border-color css
<style>
span { border-color: #A34B98; }
span { border-color: rgb(163,75,152); }
td.TdClassName
{
border-color: #A34B98;
}
.TagClassName
{
border-color: #A34B98;
}
</style>