Shades of Blue Violet #A348FD
Tints of Blue Violet #A348FD
RGB
CMYK
RGB Variations
Color information
#A348FD (or 0xA348FD) is known color: Blue Violet. HEX triplet: A3, 48 and FD. RGB value is (163,72,253). Sum of RGB (Red+Green+Blue) = 163+72+253=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #A348FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A348FD is #5CB702. Grayscale: #777777. Windows color (decimal): -6076163 or 16599203. OLE color: 16599203.
HSL color Cylindrical-coordinate representation of color #A348FD: hue angle of 270.17º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A348FD is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 72 | 253 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.01 |
| HSL | 270.17º | 0.98% | 0.64% | - |
| HSV(B) | 270.17º | 0.72% | 0.99% | - |
| XYZ | 35.15 | 19.51 | 94.84 | - |
| YUV | 119.84 | 203.15 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 253 | 0.36 | 0.72 | 0 | 0.01 | 270.17 | 0.98 | 0.64 |
| Hex | A3 | 48 | FD | 24 | 48 | 0 | 1 | 10E | 62 | 40 |
| Octal | 243 | 110 | 375 | 44 | 110 | 0 | 1 | 416 | 142 | 100 |
| Binary | 10100011 | 1001000 | 11111101 | 100100 | 1001000 | 0 | 1 | 100001110 | 1100010 | 1000000 |
Color Harmonies of #A348FD
Complementary color
Monochromatic Colors of #A348FD
Black with #A348FD
Text Example
Text Example
White with #A348FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348FD; }
p { color: rgb(163,72,253); }
H1.HeaderClassName
{
color: #A348FD;
}
.AnyTagClassName
{
color: #A348FD;
}
</style>
background-color css
<style>
a { background-color: #A348FD; }
a { background-color: rgb(163,72,253); }
div.DivClassName
{
background-color: #A348FD;
}
.BgClassName
{
background-color: #A348FD;
}
</style>
border-color css
<style>
span { border-color: #A348FD; }
span { border-color: rgb(163,72,253); }
td.TdClassName
{
border-color: #A348FD;
}
.TagClassName
{
border-color: #A348FD;
}
</style>