Shades of Blue Violet #A845FE
Tints of Blue Violet #A845FE
RGB
CMYK
RGB Variations
Color information
#A845FE (or 0xA845FE) is known color: Blue Violet. HEX triplet: A8, 45 and FE. RGB value is (168,69,254). Sum of RGB (Red+Green+Blue) = 168+69+254=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #A845FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845FE is #57BA01. Grayscale: #777777. Windows color (decimal): -5749250 or 16663976. OLE color: 16663976.
HSL color Cylindrical-coordinate representation of color #A845FE: hue angle of 272.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A845FE is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 69 | 254 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.00 |
| HSL | 272.11º | 0.99% | 0.63% | - |
| HSV(B) | 272.11º | 0.73% | 1% | - |
| XYZ | 36.17 | 19.74 | 95.67 | - |
| YUV | 119.69 | 203.8 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 254 | 0.34 | 0.73 | 0 | 0.00 | 272.11 | 0.99 | 0.63 |
| Hex | A8 | 45 | FE | 22 | 49 | 0 | 0 | 110 | 63 | 3F |
| Octal | 250 | 105 | 376 | 42 | 111 | 0 | 0 | 420 | 143 | 77 |
| Binary | 10101000 | 1000101 | 11111110 | 100010 | 1001001 | 0 | 0 | 100010000 | 1100011 | 111111 |
Color Harmonies of #A845FE
Complementary color
Monochromatic Colors of #A845FE
Black with #A845FE
Text Example
Text Example
White with #A845FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845FE; }
p { color: rgb(168,69,254); }
H1.HeaderClassName
{
color: #A845FE;
}
.AnyTagClassName
{
color: #A845FE;
}
</style>
background-color css
<style>
a { background-color: #A845FE; }
a { background-color: rgb(168,69,254); }
div.DivClassName
{
background-color: #A845FE;
}
.BgClassName
{
background-color: #A845FE;
}
</style>
border-color css
<style>
span { border-color: #A845FE; }
span { border-color: rgb(168,69,254); }
td.TdClassName
{
border-color: #A845FE;
}
.TagClassName
{
border-color: #A845FE;
}
</style>