Shades of Blue Violet #A34DFF
Tints of Blue Violet #A34DFF
RGB
CMYK
RGB Variations
Color information
#A34DFF (or 0xA34DFF) is known color: Blue Violet. HEX triplet: A3, 4D and FF. RGB value is (163,77,255). Sum of RGB (Red+Green+Blue) = 163+77+255=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #A34DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34DFF is #5CB200. Grayscale: #7A7A7A. Windows color (decimal): -6074881 or 16731555. OLE color: 16731555.
HSL color Cylindrical-coordinate representation of color #A34DFF: hue angle of 268.99º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A34DFF is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 77 | 255 | - |
| CMYK | 0.36 | 0.70 | 0 | 0 |
| HSL | 268.99º | 1% | 0.65% | - |
| HSV(B) | 268.99º | 0.7% | 1% | - |
| XYZ | 35.81 | 20.31 | 96.64 | - |
| YUV | 123.01 | 202.49 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 255 | 0.36 | 0.70 | 0 | 0 | 268.99 | 1 | 0.65 |
| Hex | A3 | 4D | FF | 24 | 46 | 0 | 0 | 10D | 64 | 41 |
| Octal | 243 | 115 | 377 | 44 | 106 | 0 | 0 | 415 | 144 | 101 |
| Binary | 10100011 | 1001101 | 11111111 | 100100 | 1000110 | 0 | 0 | 100001101 | 1100100 | 1000001 |
Color Harmonies of #A34DFF
Complementary color
Monochromatic Colors of #A34DFF
Black with #A34DFF
Text Example
Text Example
White with #A34DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DFF; }
p { color: rgb(163,77,255); }
H1.HeaderClassName
{
color: #A34DFF;
}
.AnyTagClassName
{
color: #A34DFF;
}
</style>
background-color css
<style>
a { background-color: #A34DFF; }
a { background-color: rgb(163,77,255); }
div.DivClassName
{
background-color: #A34DFF;
}
.BgClassName
{
background-color: #A34DFF;
}
</style>
border-color css
<style>
span { border-color: #A34DFF; }
span { border-color: rgb(163,77,255); }
td.TdClassName
{
border-color: #A34DFF;
}
.TagClassName
{
border-color: #A34DFF;
}
</style>