Shades of Blue Violet #A845FC
Tints of Blue Violet #A845FC
RGB
CMYK
RGB Variations
Color information
#A845FC (or 0xA845FC) is known color: Blue Violet. HEX triplet: A8, 45 and FC. RGB value is (168,69,252). Sum of RGB (Red+Green+Blue) = 168+69+252=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #A845FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A845FC is #57BA03. Grayscale: #767676. Windows color (decimal): -5749252 or 16532904. OLE color: 16532904.
HSL color Cylindrical-coordinate representation of color #A845FC: hue angle of 272.46º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A845FC is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 69 | 252 | - |
CMYK | 0.33 | 0.73 | 0 | 0.01 |
HSL | 272.46º | 0.97% | 0.63% | - |
HSV(B) | 272.46º | 0.73% | 0.99% | - |
XYZ | 35.85 | 19.61 | 93.99 | - |
YUV | 119.46 | 202.8 | 162.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 69 | 252 | 0.33 | 0.73 | 0 | 0.01 | 272.46 | 0.97 | 0.63 |
Hex | A8 | 45 | FC | 21 | 49 | 0 | 1 | 110 | 61 | 3F |
Octal | 250 | 105 | 374 | 41 | 111 | 0 | 1 | 420 | 141 | 77 |
Binary | 10101000 | 1000101 | 11111100 | 100001 | 1001001 | 0 | 1 | 100010000 | 1100001 | 111111 |
Color Harmonies of #A845FC
Complementary color
Monochromatic Colors of #A845FC
Black with #A845FC
Text Example
Text Example
White with #A845FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845FC; }
p { color: rgb(168,69,252); }
H1.HeaderClassName
{
color: #A845FC;
}
.AnyTagClassName
{
color: #A845FC;
}
</style>
background-color css
<style>
a { background-color: #A845FC; }
a { background-color: rgb(168,69,252); }
div.DivClassName
{
background-color: #A845FC;
}
.BgClassName
{
background-color: #A845FC;
}
</style>
border-color css
<style>
span { border-color: #A845FC; }
span { border-color: rgb(168,69,252); }
td.TdClassName
{
border-color: #A845FC;
}
.TagClassName
{
border-color: #A845FC;
}
</style>