Shades of Blue Violet #A34BF2
Tints of Blue Violet #A34BF2
RGB
CMYK
RGB Variations
Color information
#A34BF2 (or 0xA34BF2) is known color: Blue Violet. HEX triplet: A3, 4B and F2. RGB value is (163,75,242). Sum of RGB (Red+Green+Blue) = 163+75+242=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #A34BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34BF2 is #5CB40D. Grayscale: #777777. Windows color (decimal): -6075406 or 15879075. OLE color: 15879075.
HSL color Cylindrical-coordinate representation of color #A34BF2: hue angle of 271.62º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34BF2 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 75 | 242 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.05 |
| HSL | 271.62º | 0.87% | 0.62% | - |
| HSV(B) | 271.62º | 0.69% | 0.95% | - |
| XYZ | 33.65 | 19.23 | 85.94 | - |
| YUV | 120.35 | 196.65 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 242 | 0.33 | 0.69 | 0 | 0.05 | 271.62 | 0.87 | 0.62 |
| Hex | A3 | 4B | F2 | 21 | 45 | 0 | 5 | 110 | 57 | 3E |
| Octal | 243 | 113 | 362 | 41 | 105 | 0 | 5 | 420 | 127 | 76 |
| Binary | 10100011 | 1001011 | 11110010 | 100001 | 1000101 | 0 | 101 | 100010000 | 1010111 | 111110 |
Color Harmonies of #A34BF2
Complementary color
Monochromatic Colors of #A34BF2
Black with #A34BF2
Text Example
Text Example
White with #A34BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BF2; }
p { color: rgb(163,75,242); }
H1.HeaderClassName
{
color: #A34BF2;
}
.AnyTagClassName
{
color: #A34BF2;
}
</style>
background-color css
<style>
a { background-color: #A34BF2; }
a { background-color: rgb(163,75,242); }
div.DivClassName
{
background-color: #A34BF2;
}
.BgClassName
{
background-color: #A34BF2;
}
</style>
border-color css
<style>
span { border-color: #A34BF2; }
span { border-color: rgb(163,75,242); }
td.TdClassName
{
border-color: #A34BF2;
}
.TagClassName
{
border-color: #A34BF2;
}
</style>