Shades of Blue Violet #A249FC
Tints of Blue Violet #A249FC
RGB
CMYK
RGB Variations
Color information
#A249FC (or 0xA249FC) is known color: Blue Violet. HEX triplet: A2, 49 and FC. RGB value is (162,73,252). Sum of RGB (Red+Green+Blue) = 162+73+252=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #A249FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249FC is #5DB603. Grayscale: #777777. Windows color (decimal): -6141444 or 16533922. OLE color: 16533922.
HSL color Cylindrical-coordinate representation of color #A249FC: hue angle of 269.83º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A249FC is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 73 | 252 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.01 |
| HSL | 269.83º | 0.97% | 0.64% | - |
| HSV(B) | 269.83º | 0.71% | 0.99% | - |
| XYZ | 34.85 | 19.47 | 94.02 | - |
| YUV | 120.02 | 202.49 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 252 | 0.36 | 0.71 | 0 | 0.01 | 269.83 | 0.97 | 0.64 |
| Hex | A2 | 49 | FC | 24 | 47 | 0 | 1 | 10E | 61 | 40 |
| Octal | 242 | 111 | 374 | 44 | 107 | 0 | 1 | 416 | 141 | 100 |
| Binary | 10100010 | 1001001 | 11111100 | 100100 | 1000111 | 0 | 1 | 100001110 | 1100001 | 1000000 |
Color Harmonies of #A249FC
Complementary color
Monochromatic Colors of #A249FC
Black with #A249FC
Text Example
Text Example
White with #A249FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249FC; }
p { color: rgb(162,73,252); }
H1.HeaderClassName
{
color: #A249FC;
}
.AnyTagClassName
{
color: #A249FC;
}
</style>
background-color css
<style>
a { background-color: #A249FC; }
a { background-color: rgb(162,73,252); }
div.DivClassName
{
background-color: #A249FC;
}
.BgClassName
{
background-color: #A249FC;
}
</style>
border-color css
<style>
span { border-color: #A249FC; }
span { border-color: rgb(162,73,252); }
td.TdClassName
{
border-color: #A249FC;
}
.TagClassName
{
border-color: #A249FC;
}
</style>