Shades of Blue Violet #A34DFD
Tints of Blue Violet #A34DFD
RGB
CMYK
RGB Variations
Color information
#A34DFD (or 0xA34DFD) is known color: Blue Violet. HEX triplet: A3, 4D and FD. RGB value is (163,77,253). Sum of RGB (Red+Green+Blue) = 163+77+253=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #A34DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34DFD is #5CB202. Grayscale: #7A7A7A. Windows color (decimal): -6074883 or 16600483. OLE color: 16600483.
HSL color Cylindrical-coordinate representation of color #A34DFD: hue angle of 269.32º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A34DFD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 77 | 253 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.01 |
| HSL | 269.32º | 0.98% | 0.65% | - |
| HSV(B) | 269.32º | 0.7% | 0.99% | - |
| XYZ | 35.49 | 20.19 | 94.95 | - |
| YUV | 122.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 253 | 0.36 | 0.70 | 0 | 0.01 | 269.32 | 0.98 | 0.65 |
| Hex | A3 | 4D | FD | 24 | 46 | 0 | 1 | 10D | 62 | 41 |
| Octal | 243 | 115 | 375 | 44 | 106 | 0 | 1 | 415 | 142 | 101 |
| Binary | 10100011 | 1001101 | 11111101 | 100100 | 1000110 | 0 | 1 | 100001101 | 1100010 | 1000001 |
Color Harmonies of #A34DFD
Complementary color
Monochromatic Colors of #A34DFD
Black with #A34DFD
Text Example
Text Example
White with #A34DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DFD; }
p { color: rgb(163,77,253); }
H1.HeaderClassName
{
color: #A34DFD;
}
.AnyTagClassName
{
color: #A34DFD;
}
</style>
background-color css
<style>
a { background-color: #A34DFD; }
a { background-color: rgb(163,77,253); }
div.DivClassName
{
background-color: #A34DFD;
}
.BgClassName
{
background-color: #A34DFD;
}
</style>
border-color css
<style>
span { border-color: #A34DFD; }
span { border-color: rgb(163,77,253); }
td.TdClassName
{
border-color: #A34DFD;
}
.TagClassName
{
border-color: #A34DFD;
}
</style>