Shades of Violet Blue #A347A2
Tints of Violet Blue #A347A2
RGB
CMYK
RGB Variations
Color information
#A347A2 (or 0xA347A2) is known color: Violet Blue. HEX triplet: A3, 47 and A2. RGB value is (163,71,162). Sum of RGB (Red+Green+Blue) = 163+71+162=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A347A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A347A2 is #5CB85D. Grayscale: #6C6C6C. Windows color (decimal): -6076510 or 10635171. OLE color: 10635171.
HSL color Cylindrical-coordinate representation of color #A347A2: hue angle of 300.65º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A347A2 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 71 | 162 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.36 |
| HSL | 300.65º | 0.39% | 0.46% | - |
| HSV(B) | 300.65º | 0.56% | 0.64% | - |
| XYZ | 23.88 | 14.9 | 35.8 | - |
| YUV | 108.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 162 | 0 | 0.56 | 0.01 | 0.36 | 300.65 | 0.39 | 0.46 |
| Hex | A3 | 47 | A2 | 0 | 38 | 1 | 24 | 12D | 27 | 2E |
| Octal | 243 | 107 | 242 | 0 | 70 | 1 | 44 | 455 | 47 | 56 |
| Binary | 10100011 | 1000111 | 10100010 | 0 | 111000 | 1 | 100100 | 100101101 | 100111 | 101110 |
Color Harmonies of #A347A2
Complementary color
Monochromatic Colors of #A347A2
Black with #A347A2
Text Example
Text Example
White with #A347A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A347A2; }
p { color: rgb(163,71,162); }
H1.HeaderClassName
{
color: #A347A2;
}
.AnyTagClassName
{
color: #A347A2;
}
</style>
background-color css
<style>
a { background-color: #A347A2; }
a { background-color: rgb(163,71,162); }
div.DivClassName
{
background-color: #A347A2;
}
.BgClassName
{
background-color: #A347A2;
}
</style>
border-color css
<style>
span { border-color: #A347A2; }
span { border-color: rgb(163,71,162); }
td.TdClassName
{
border-color: #A347A2;
}
.TagClassName
{
border-color: #A347A2;
}
</style>