Shades of Violet Blue #A348A5
Tints of Violet Blue #A348A5
RGB
CMYK
RGB Variations
Color information
#A348A5 (or 0xA348A5) is known color: Violet Blue. HEX triplet: A3, 48 and A5. RGB value is (163,72,165). Sum of RGB (Red+Green+Blue) = 163+72+165=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #A348A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A348A5 is #5CB75A. Grayscale: #6D6D6D. Windows color (decimal): -6076251 or 10832035. OLE color: 10832035.
HSL color Cylindrical-coordinate representation of color #A348A5: hue angle of 298.71º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A348A5 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 72 | 165 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.35 |
| HSL | 298.71º | 0.39% | 0.46% | - |
| HSV(B) | 298.71º | 0.56% | 0.65% | - |
| XYZ | 24.21 | 15.14 | 37.24 | - |
| YUV | 109.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 165 | 0.01 | 0.56 | 0 | 0.35 | 298.71 | 0.39 | 0.46 |
| Hex | A3 | 48 | A5 | 1 | 38 | 0 | 23 | 12B | 27 | 2E |
| Octal | 243 | 110 | 245 | 1 | 70 | 0 | 43 | 453 | 47 | 56 |
| Binary | 10100011 | 1001000 | 10100101 | 1 | 111000 | 0 | 100011 | 100101011 | 100111 | 101110 |
Color Harmonies of #A348A5
Complementary color
Monochromatic Colors of #A348A5
Black with #A348A5
Text Example
Text Example
White with #A348A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348A5; }
p { color: rgb(163,72,165); }
H1.HeaderClassName
{
color: #A348A5;
}
.AnyTagClassName
{
color: #A348A5;
}
</style>
background-color css
<style>
a { background-color: #A348A5; }
a { background-color: rgb(163,72,165); }
div.DivClassName
{
background-color: #A348A5;
}
.BgClassName
{
background-color: #A348A5;
}
</style>
border-color css
<style>
span { border-color: #A348A5; }
span { border-color: rgb(163,72,165); }
td.TdClassName
{
border-color: #A348A5;
}
.TagClassName
{
border-color: #A348A5;
}
</style>