Shades of Violet Blue #A3469D
Tints of Violet Blue #A3469D
RGB
CMYK
RGB Variations
Color information
#A3469D (or 0xA3469D) is known color: Violet Blue. HEX triplet: A3, 46 and 9D. RGB value is (163,70,157). Sum of RGB (Red+Green+Blue) = 163+70+157=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3469D is #5CB962. Grayscale: #6B6B6B. Windows color (decimal): -6076771 or 10307235. OLE color: 10307235.
HSL color Cylindrical-coordinate representation of color #A3469D: hue angle of 303.87º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3469D is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 157 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.36 |
| HSL | 303.87º | 0.4% | 0.46% | - |
| HSV(B) | 303.87º | 0.57% | 0.64% | - |
| XYZ | 23.38 | 14.6 | 33.48 | - |
| YUV | 107.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 157 | 0 | 0.57 | 0.04 | 0.36 | 303.87 | 0.4 | 0.46 |
| Hex | A3 | 46 | 9D | 0 | 39 | 4 | 24 | 130 | 28 | 2E |
| Octal | 243 | 106 | 235 | 0 | 71 | 4 | 44 | 460 | 50 | 56 |
| Binary | 10100011 | 1000110 | 10011101 | 0 | 111001 | 100 | 100100 | 100110000 | 101000 | 101110 |
Color Harmonies of #A3469D
Complementary color
Monochromatic Colors of #A3469D
Black with #A3469D
Text Example
Text Example
White with #A3469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3469D; }
p { color: rgb(163,70,157); }
H1.HeaderClassName
{
color: #A3469D;
}
.AnyTagClassName
{
color: #A3469D;
}
</style>
background-color css
<style>
a { background-color: #A3469D; }
a { background-color: rgb(163,70,157); }
div.DivClassName
{
background-color: #A3469D;
}
.BgClassName
{
background-color: #A3469D;
}
</style>
border-color css
<style>
span { border-color: #A3469D; }
span { border-color: rgb(163,70,157); }
td.TdClassName
{
border-color: #A3469D;
}
.TagClassName
{
border-color: #A3469D;
}
</style>