Shades of Blue Violet #A845F9
Tints of Blue Violet #A845F9
RGB
CMYK
RGB Variations
Color information
#A845F9 (or 0xA845F9) is known color: Blue Violet. HEX triplet: A8, 45 and F9. RGB value is (168,69,249). Sum of RGB (Red+Green+Blue) = 168+69+249=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #A845F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845F9 is #57BA06. Grayscale: #767676. Windows color (decimal): -5749255 or 16336296. OLE color: 16336296.
HSL color Cylindrical-coordinate representation of color #A845F9: hue angle of 273º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A845F9 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 69 | 249 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.02 |
| HSL | 273º | 0.94% | 0.62% | - |
| HSV(B) | 273º | 0.72% | 0.98% | - |
| XYZ | 35.38 | 19.42 | 91.51 | - |
| YUV | 119.12 | 201.3 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 249 | 0.33 | 0.72 | 0 | 0.02 | 273 | 0.94 | 0.62 |
| Hex | A8 | 45 | F9 | 21 | 48 | 0 | 2 | 111 | 5E | 3E |
| Octal | 250 | 105 | 371 | 41 | 110 | 0 | 2 | 421 | 136 | 76 |
| Binary | 10101000 | 1000101 | 11111001 | 100001 | 1001000 | 0 | 10 | 100010001 | 1011110 | 111110 |
Color Harmonies of #A845F9
Complementary color
Monochromatic Colors of #A845F9
Black with #A845F9
Text Example
Text Example
White with #A845F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845F9; }
p { color: rgb(168,69,249); }
H1.HeaderClassName
{
color: #A845F9;
}
.AnyTagClassName
{
color: #A845F9;
}
</style>
background-color css
<style>
a { background-color: #A845F9; }
a { background-color: rgb(168,69,249); }
div.DivClassName
{
background-color: #A845F9;
}
.BgClassName
{
background-color: #A845F9;
}
</style>
border-color css
<style>
span { border-color: #A845F9; }
span { border-color: rgb(168,69,249); }
td.TdClassName
{
border-color: #A845F9;
}
.TagClassName
{
border-color: #A845F9;
}
</style>