Shades of Blue Violet #A838F1
Tints of Blue Violet #A838F1
RGB
CMYK
RGB Variations
Color information
#A838F1 (or 0xA838F1) is known color: Blue Violet. HEX triplet: A8, 38 and F1. RGB value is (168,56,241). Sum of RGB (Red+Green+Blue) = 168+56+241=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #A838F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838F1 is #57C70E. Grayscale: #6D6D6D. Windows color (decimal): -5752591 or 15808680. OLE color: 15808680.
HSL color Cylindrical-coordinate representation of color #A838F1: hue angle of 276.32º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A838F1 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 56 | 241 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.05 |
| HSL | 276.32º | 0.87% | 0.58% | - |
| HSV(B) | 276.32º | 0.77% | 0.95% | - |
| XYZ | 33.44 | 17.5 | 84.84 | - |
| YUV | 110.58 | 201.61 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 241 | 0.30 | 0.77 | 0 | 0.05 | 276.32 | 0.87 | 0.58 |
| Hex | A8 | 38 | F1 | 1E | 4D | 0 | 5 | 114 | 57 | 3A |
| Octal | 250 | 70 | 361 | 36 | 115 | 0 | 5 | 424 | 127 | 72 |
| Binary | 10101000 | 111000 | 11110001 | 11110 | 1001101 | 0 | 101 | 100010100 | 1010111 | 111010 |
Color Harmonies of #A838F1
Complementary color
Monochromatic Colors of #A838F1
Black with #A838F1
Text Example
Text Example
White with #A838F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838F1; }
p { color: rgb(168,56,241); }
H1.HeaderClassName
{
color: #A838F1;
}
.AnyTagClassName
{
color: #A838F1;
}
</style>
background-color css
<style>
a { background-color: #A838F1; }
a { background-color: rgb(168,56,241); }
div.DivClassName
{
background-color: #A838F1;
}
.BgClassName
{
background-color: #A838F1;
}
</style>
border-color css
<style>
span { border-color: #A838F1; }
span { border-color: rgb(168,56,241); }
td.TdClassName
{
border-color: #A838F1;
}
.TagClassName
{
border-color: #A838F1;
}
</style>