Shades of Blue Violet #A344FD
Tints of Blue Violet #A344FD
RGB
CMYK
RGB Variations
Color information
#A344FD (or 0xA344FD) is known color: Blue Violet. HEX triplet: A3, 44 and FD. RGB value is (163,68,253). Sum of RGB (Red+Green+Blue) = 163+68+253=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #A344FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A344FD is #5CBB02. Grayscale: #747474. Windows color (decimal): -6077187 or 16598179. OLE color: 16598179.
HSL color Cylindrical-coordinate representation of color #A344FD: hue angle of 270.81º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A344FD is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 68 | 253 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.01 |
| HSL | 270.81º | 0.98% | 0.63% | - |
| HSV(B) | 270.81º | 0.73% | 0.99% | - |
| XYZ | 34.9 | 19.01 | 94.76 | - |
| YUV | 117.5 | 204.47 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 253 | 0.36 | 0.73 | 0 | 0.01 | 270.81 | 0.98 | 0.63 |
| Hex | A3 | 44 | FD | 24 | 49 | 0 | 1 | 10F | 62 | 3F |
| Octal | 243 | 104 | 375 | 44 | 111 | 0 | 1 | 417 | 142 | 77 |
| Binary | 10100011 | 1000100 | 11111101 | 100100 | 1001001 | 0 | 1 | 100001111 | 1100010 | 111111 |
Color Harmonies of #A344FD
Complementary color
Monochromatic Colors of #A344FD
Black with #A344FD
Text Example
Text Example
White with #A344FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344FD; }
p { color: rgb(163,68,253); }
H1.HeaderClassName
{
color: #A344FD;
}
.AnyTagClassName
{
color: #A344FD;
}
</style>
background-color css
<style>
a { background-color: #A344FD; }
a { background-color: rgb(163,68,253); }
div.DivClassName
{
background-color: #A344FD;
}
.BgClassName
{
background-color: #A344FD;
}
</style>
border-color css
<style>
span { border-color: #A344FD; }
span { border-color: rgb(163,68,253); }
td.TdClassName
{
border-color: #A344FD;
}
.TagClassName
{
border-color: #A344FD;
}
</style>