Shades of Violet Blue #A348AD
Tints of Violet Blue #A348AD
RGB
CMYK
RGB Variations
Color information
#A348AD (or 0xA348AD) is known color: Violet Blue. HEX triplet: A3, 48 and AD. RGB value is (163,72,173). Sum of RGB (Red+Green+Blue) = 163+72+173=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #A348AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A348AD is #5CB752. Grayscale: #6E6E6E. Windows color (decimal): -6076243 or 11356323. OLE color: 11356323.
HSL color Cylindrical-coordinate representation of color #A348AD: hue angle of 294.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A348AD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 72 | 173 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.32 |
| HSL | 294.06º | 0.41% | 0.48% | - |
| HSV(B) | 294.06º | 0.58% | 0.68% | - |
| XYZ | 24.96 | 15.44 | 41.2 | - |
| YUV | 110.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 173 | 0.06 | 0.58 | 0 | 0.32 | 294.06 | 0.41 | 0.48 |
| Hex | A3 | 48 | AD | 6 | 3A | 0 | 20 | 126 | 29 | 30 |
| Octal | 243 | 110 | 255 | 6 | 72 | 0 | 40 | 446 | 51 | 60 |
| Binary | 10100011 | 1001000 | 10101101 | 110 | 111010 | 0 | 100000 | 100100110 | 101001 | 110000 |
Color Harmonies of #A348AD
Complementary color
Monochromatic Colors of #A348AD
Black with #A348AD
Text Example
Text Example
White with #A348AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348AD; }
p { color: rgb(163,72,173); }
H1.HeaderClassName
{
color: #A348AD;
}
.AnyTagClassName
{
color: #A348AD;
}
</style>
background-color css
<style>
a { background-color: #A348AD; }
a { background-color: rgb(163,72,173); }
div.DivClassName
{
background-color: #A348AD;
}
.BgClassName
{
background-color: #A348AD;
}
</style>
border-color css
<style>
span { border-color: #A348AD; }
span { border-color: rgb(163,72,173); }
td.TdClassName
{
border-color: #A348AD;
}
.TagClassName
{
border-color: #A348AD;
}
</style>