Shades of Blue Violet #A845F1
Tints of Blue Violet #A845F1
RGB
CMYK
RGB Variations
Color information
#A845F1 (or 0xA845F1) is known color: Blue Violet. HEX triplet: A8, 45 and F1. RGB value is (168,69,241). Sum of RGB (Red+Green+Blue) = 168+69+241=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #A845F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845F1 is #57BA0E. Grayscale: #757575. Windows color (decimal): -5749263 or 15812008. OLE color: 15812008.
HSL color Cylindrical-coordinate representation of color #A845F1: hue angle of 274.53º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A845F1 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 69 | 241 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.05 |
| HSL | 274.53º | 0.86% | 0.61% | - |
| HSV(B) | 274.53º | 0.71% | 0.95% | - |
| XYZ | 34.15 | 18.93 | 85.07 | - |
| YUV | 118.21 | 197.3 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 241 | 0.30 | 0.71 | 0 | 0.05 | 274.53 | 0.86 | 0.61 |
| Hex | A8 | 45 | F1 | 1E | 47 | 0 | 5 | 113 | 56 | 3D |
| Octal | 250 | 105 | 361 | 36 | 107 | 0 | 5 | 423 | 126 | 75 |
| Binary | 10101000 | 1000101 | 11110001 | 11110 | 1000111 | 0 | 101 | 100010011 | 1010110 | 111101 |
Color Harmonies of #A845F1
Complementary color
Monochromatic Colors of #A845F1
Black with #A845F1
Text Example
Text Example
White with #A845F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845F1; }
p { color: rgb(168,69,241); }
H1.HeaderClassName
{
color: #A845F1;
}
.AnyTagClassName
{
color: #A845F1;
}
</style>
background-color css
<style>
a { background-color: #A845F1; }
a { background-color: rgb(168,69,241); }
div.DivClassName
{
background-color: #A845F1;
}
.BgClassName
{
background-color: #A845F1;
}
</style>
border-color css
<style>
span { border-color: #A845F1; }
span { border-color: rgb(168,69,241); }
td.TdClassName
{
border-color: #A845F1;
}
.TagClassName
{
border-color: #A845F1;
}
</style>