Shades of Blue Violet #A247FE
Tints of Blue Violet #A247FE
RGB
CMYK
RGB Variations
Color information
#A247FE (or 0xA247FE) is known color: Blue Violet. HEX triplet: A2, 47 and FE. RGB value is (162,71,254). Sum of RGB (Red+Green+Blue) = 162+71+254=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #A247FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A247FE is #5DB801. Grayscale: #767676. Windows color (decimal): -6141954 or 16664482. OLE color: 16664482.
HSL color Cylindrical-coordinate representation of color #A247FE: hue angle of 269.84º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A247FE is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 71 | 254 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.00 |
| HSL | 269.84º | 0.99% | 0.64% | - |
| HSV(B) | 269.84º | 0.72% | 1% | - |
| XYZ | 35.04 | 19.34 | 95.65 | - |
| YUV | 119.07 | 204.15 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 254 | 0.36 | 0.72 | 0 | 0.00 | 269.84 | 0.99 | 0.64 |
| Hex | A2 | 47 | FE | 24 | 48 | 0 | 0 | 10E | 63 | 40 |
| Octal | 242 | 107 | 376 | 44 | 110 | 0 | 0 | 416 | 143 | 100 |
| Binary | 10100010 | 1000111 | 11111110 | 100100 | 1001000 | 0 | 0 | 100001110 | 1100011 | 1000000 |
Color Harmonies of #A247FE
Complementary color
Monochromatic Colors of #A247FE
Black with #A247FE
Text Example
Text Example
White with #A247FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247FE; }
p { color: rgb(162,71,254); }
H1.HeaderClassName
{
color: #A247FE;
}
.AnyTagClassName
{
color: #A247FE;
}
</style>
background-color css
<style>
a { background-color: #A247FE; }
a { background-color: rgb(162,71,254); }
div.DivClassName
{
background-color: #A247FE;
}
.BgClassName
{
background-color: #A247FE;
}
</style>
border-color css
<style>
span { border-color: #A247FE; }
span { border-color: rgb(162,71,254); }
td.TdClassName
{
border-color: #A247FE;
}
.TagClassName
{
border-color: #A247FE;
}
</style>