Shades of Blue Violet #A34FFF
Tints of Blue Violet #A34FFF
RGB
CMYK
RGB Variations
Color information
#A34FFF (or 0xA34FFF) is known color: Blue Violet. HEX triplet: A3, 4F and FF. RGB value is (163,79,255). Sum of RGB (Red+Green+Blue) = 163+79+255=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #A34FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34FFF is #5CB000. Grayscale: #7B7B7B. Windows color (decimal): -6074369 or 16732067. OLE color: 16732067.
HSL color Cylindrical-coordinate representation of color #A34FFF: hue angle of 268.64º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34FFF is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 79 | 255 | - |
| CMYK | 0.36 | 0.69 | 0 | 0 |
| HSL | 268.64º | 1% | 0.65% | - |
| HSV(B) | 268.64º | 0.69% | 1% | - |
| XYZ | 35.95 | 20.6 | 96.69 | - |
| YUV | 124.18 | 201.83 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 255 | 0.36 | 0.69 | 0 | 0 | 268.64 | 1 | 0.65 |
| Hex | A3 | 4F | FF | 24 | 45 | 0 | 0 | 10D | 64 | 41 |
| Octal | 243 | 117 | 377 | 44 | 105 | 0 | 0 | 415 | 144 | 101 |
| Binary | 10100011 | 1001111 | 11111111 | 100100 | 1000101 | 0 | 0 | 100001101 | 1100100 | 1000001 |
Color Harmonies of #A34FFF
Complementary color
Monochromatic Colors of #A34FFF
Black with #A34FFF
Text Example
Text Example
White with #A34FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34FFF; }
p { color: rgb(163,79,255); }
H1.HeaderClassName
{
color: #A34FFF;
}
.AnyTagClassName
{
color: #A34FFF;
}
</style>
background-color css
<style>
a { background-color: #A34FFF; }
a { background-color: rgb(163,79,255); }
div.DivClassName
{
background-color: #A34FFF;
}
.BgClassName
{
background-color: #A34FFF;
}
</style>
border-color css
<style>
span { border-color: #A34FFF; }
span { border-color: rgb(163,79,255); }
td.TdClassName
{
border-color: #A34FFF;
}
.TagClassName
{
border-color: #A34FFF;
}
</style>