Shades of Blue Violet #A845FB
Tints of Blue Violet #A845FB
RGB
CMYK
RGB Variations
Color information
#A845FB (or 0xA845FB) is known color: Blue Violet. HEX triplet: A8, 45 and FB. RGB value is (168,69,251). Sum of RGB (Red+Green+Blue) = 168+69+251=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #A845FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845FB is #57BA04. Grayscale: #767676. Windows color (decimal): -5749253 or 16467368. OLE color: 16467368.
HSL color Cylindrical-coordinate representation of color #A845FB: hue angle of 272.64º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A845FB is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 69 | 251 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.02 |
| HSL | 272.64º | 0.96% | 0.63% | - |
| HSV(B) | 272.64º | 0.73% | 0.98% | - |
| XYZ | 35.69 | 19.55 | 93.16 | - |
| YUV | 119.35 | 202.3 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 251 | 0.33 | 0.73 | 0 | 0.02 | 272.64 | 0.96 | 0.63 |
| Hex | A8 | 45 | FB | 21 | 49 | 0 | 2 | 111 | 60 | 3F |
| Octal | 250 | 105 | 373 | 41 | 111 | 0 | 2 | 421 | 140 | 77 |
| Binary | 10101000 | 1000101 | 11111011 | 100001 | 1001001 | 0 | 10 | 100010001 | 1100000 | 111111 |
Color Harmonies of #A845FB
Complementary color
Monochromatic Colors of #A845FB
Black with #A845FB
Text Example
Text Example
White with #A845FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845FB; }
p { color: rgb(168,69,251); }
H1.HeaderClassName
{
color: #A845FB;
}
.AnyTagClassName
{
color: #A845FB;
}
</style>
background-color css
<style>
a { background-color: #A845FB; }
a { background-color: rgb(168,69,251); }
div.DivClassName
{
background-color: #A845FB;
}
.BgClassName
{
background-color: #A845FB;
}
</style>
border-color css
<style>
span { border-color: #A845FB; }
span { border-color: rgb(168,69,251); }
td.TdClassName
{
border-color: #A845FB;
}
.TagClassName
{
border-color: #A845FB;
}
</style>