Shades of Violet Blue #A348A1
Tints of Violet Blue #A348A1
RGB
CMYK
RGB Variations
Color information
#A348A1 (or 0xA348A1) is known color: Violet Blue. HEX triplet: A3, 48 and A1. RGB value is (163,72,161). Sum of RGB (Red+Green+Blue) = 163+72+161=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A348A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A348A1 is #5CB75E. Grayscale: #6D6D6D. Windows color (decimal): -6076255 or 10569891. OLE color: 10569891.
HSL color Cylindrical-coordinate representation of color #A348A1: hue angle of 301.32º 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 #A348A1 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 161 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.36 |
| HSL | 301.32º | 0.39% | 0.46% | - |
| HSV(B) | 301.32º | 0.56% | 0.64% | - |
| XYZ | 23.85 | 14.99 | 35.36 | - |
| YUV | 109.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 161 | 0 | 0.56 | 0.01 | 0.36 | 301.32 | 0.39 | 0.46 |
| Hex | A3 | 48 | A1 | 0 | 38 | 1 | 24 | 12D | 27 | 2E |
| Octal | 243 | 110 | 241 | 0 | 70 | 1 | 44 | 455 | 47 | 56 |
| Binary | 10100011 | 1001000 | 10100001 | 0 | 111000 | 1 | 100100 | 100101101 | 100111 | 101110 |
Color Harmonies of #A348A1
Complementary color
Monochromatic Colors of #A348A1
Black with #A348A1
Text Example
Text Example
White with #A348A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348A1; }
p { color: rgb(163,72,161); }
H1.HeaderClassName
{
color: #A348A1;
}
.AnyTagClassName
{
color: #A348A1;
}
</style>
background-color css
<style>
a { background-color: #A348A1; }
a { background-color: rgb(163,72,161); }
div.DivClassName
{
background-color: #A348A1;
}
.BgClassName
{
background-color: #A348A1;
}
</style>
border-color css
<style>
span { border-color: #A348A1; }
span { border-color: rgb(163,72,161); }
td.TdClassName
{
border-color: #A348A1;
}
.TagClassName
{
border-color: #A348A1;
}
</style>