Shades of Blue Violet #A249FD
Tints of Blue Violet #A249FD
RGB
CMYK
RGB Variations
Color information
#A249FD (or 0xA249FD) is known color: Blue Violet. HEX triplet: A2, 49 and FD. RGB value is (162,73,253). Sum of RGB (Red+Green+Blue) = 162+73+253=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #A249FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249FD is #5DB602. Grayscale: #777777. Windows color (decimal): -6141443 or 16599458. OLE color: 16599458.
HSL color Cylindrical-coordinate representation of color #A249FD: hue angle of 269.67º degrees, saturation: 0.98, 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 #A249FD is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 73 | 253 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.01 |
| HSL | 269.67º | 0.98% | 0.64% | - |
| HSV(B) | 269.67º | 0.71% | 0.99% | - |
| XYZ | 35.01 | 19.54 | 94.85 | - |
| YUV | 120.13 | 202.99 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 253 | 0.36 | 0.71 | 0 | 0.01 | 269.67 | 0.98 | 0.64 |
| Hex | A2 | 49 | FD | 24 | 47 | 0 | 1 | 10E | 62 | 40 |
| Octal | 242 | 111 | 375 | 44 | 107 | 0 | 1 | 416 | 142 | 100 |
| Binary | 10100010 | 1001001 | 11111101 | 100100 | 1000111 | 0 | 1 | 100001110 | 1100010 | 1000000 |
Color Harmonies of #A249FD
Complementary color
Monochromatic Colors of #A249FD
Black with #A249FD
Text Example
Text Example
White with #A249FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249FD; }
p { color: rgb(162,73,253); }
H1.HeaderClassName
{
color: #A249FD;
}
.AnyTagClassName
{
color: #A249FD;
}
</style>
background-color css
<style>
a { background-color: #A249FD; }
a { background-color: rgb(162,73,253); }
div.DivClassName
{
background-color: #A249FD;
}
.BgClassName
{
background-color: #A249FD;
}
</style>
border-color css
<style>
span { border-color: #A249FD; }
span { border-color: rgb(162,73,253); }
td.TdClassName
{
border-color: #A249FD;
}
.TagClassName
{
border-color: #A249FD;
}
</style>