Shades of Blue Violet #A348ED
Tints of Blue Violet #A348ED
RGB
CMYK
RGB Variations
Color information
#A348ED (or 0xA348ED) is known color: Blue Violet. HEX triplet: A3, 48 and ED. RGB value is (163,72,237). Sum of RGB (Red+Green+Blue) = 163+72+237=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #A348ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A348ED is #5CB712. Grayscale: #757575. Windows color (decimal): -6076179 or 15550627. OLE color: 15550627.
HSL color Cylindrical-coordinate representation of color #A348ED: hue angle of 273.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A348ED is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 72 | 237 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.07 |
| HSL | 273.09º | 0.82% | 0.61% | - |
| HSV(B) | 273.09º | 0.7% | 0.93% | - |
| XYZ | 32.71 | 18.54 | 81.97 | - |
| YUV | 118.02 | 195.15 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 237 | 0.31 | 0.70 | 0 | 0.07 | 273.09 | 0.82 | 0.61 |
| Hex | A3 | 48 | ED | 1F | 46 | 0 | 7 | 111 | 52 | 3D |
| Octal | 243 | 110 | 355 | 37 | 106 | 0 | 7 | 421 | 122 | 75 |
| Binary | 10100011 | 1001000 | 11101101 | 11111 | 1000110 | 0 | 111 | 100010001 | 1010010 | 111101 |
Color Harmonies of #A348ED
Complementary color
Monochromatic Colors of #A348ED
Black with #A348ED
Text Example
Text Example
White with #A348ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348ED; }
p { color: rgb(163,72,237); }
H1.HeaderClassName
{
color: #A348ED;
}
.AnyTagClassName
{
color: #A348ED;
}
</style>
background-color css
<style>
a { background-color: #A348ED; }
a { background-color: rgb(163,72,237); }
div.DivClassName
{
background-color: #A348ED;
}
.BgClassName
{
background-color: #A348ED;
}
</style>
border-color css
<style>
span { border-color: #A348ED; }
span { border-color: rgb(163,72,237); }
td.TdClassName
{
border-color: #A348ED;
}
.TagClassName
{
border-color: #A348ED;
}
</style>