Shades of Blue Violet #A834F1
Tints of Blue Violet #A834F1
RGB
CMYK
RGB Variations
Color information
#A834F1 (or 0xA834F1) is known color: Blue Violet. HEX triplet: A8, 34 and F1. RGB value is (168,52,241). Sum of RGB (Red+Green+Blue) = 168+52+241=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #A834F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A834F1 is #57CB0E. Grayscale: #6B6B6B. Windows color (decimal): -5753615 or 15807656. OLE color: 15807656.
HSL color Cylindrical-coordinate representation of color #A834F1: hue angle of 276.83º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A834F1 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 52 | 241 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.05 |
| HSL | 276.83º | 0.87% | 0.57% | - |
| HSV(B) | 276.83º | 0.78% | 0.95% | - |
| XYZ | 33.25 | 17.13 | 84.77 | - |
| YUV | 108.23 | 202.93 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 241 | 0.30 | 0.78 | 0 | 0.05 | 276.83 | 0.87 | 0.57 |
| Hex | A8 | 34 | F1 | 1E | 4E | 0 | 5 | 115 | 57 | 39 |
| Octal | 250 | 64 | 361 | 36 | 116 | 0 | 5 | 425 | 127 | 71 |
| Binary | 10101000 | 110100 | 11110001 | 11110 | 1001110 | 0 | 101 | 100010101 | 1010111 | 111001 |
Color Harmonies of #A834F1
Complementary color
Monochromatic Colors of #A834F1
Black with #A834F1
Text Example
Text Example
White with #A834F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834F1; }
p { color: rgb(168,52,241); }
H1.HeaderClassName
{
color: #A834F1;
}
.AnyTagClassName
{
color: #A834F1;
}
</style>
background-color css
<style>
a { background-color: #A834F1; }
a { background-color: rgb(168,52,241); }
div.DivClassName
{
background-color: #A834F1;
}
.BgClassName
{
background-color: #A834F1;
}
</style>
border-color css
<style>
span { border-color: #A834F1; }
span { border-color: rgb(168,52,241); }
td.TdClassName
{
border-color: #A834F1;
}
.TagClassName
{
border-color: #A834F1;
}
</style>