Shades of Blue Violet #A447FE
Tints of Blue Violet #A447FE
RGB
CMYK
RGB Variations
Color information
#A447FE (or 0xA447FE) is known color: Blue Violet. HEX triplet: A4, 47 and FE. RGB value is (164,71,254). Sum of RGB (Red+Green+Blue) = 164+71+254=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #A447FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A447FE is #5BB801. Grayscale: #777777. Windows color (decimal): -6010882 or 16664484. OLE color: 16664484.
HSL color Cylindrical-coordinate representation of color #A447FE: hue angle of 270.49º 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 #A447FE is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 71 | 254 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.00 |
| HSL | 270.49º | 0.99% | 0.64% | - |
| HSV(B) | 270.49º | 0.72% | 1% | - |
| XYZ | 35.45 | 19.55 | 95.67 | - |
| YUV | 119.67 | 203.81 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 254 | 0.35 | 0.72 | 0 | 0.00 | 270.49 | 0.99 | 0.64 |
| Hex | A4 | 47 | FE | 23 | 48 | 0 | 0 | 10E | 63 | 40 |
| Octal | 244 | 107 | 376 | 43 | 110 | 0 | 0 | 416 | 143 | 100 |
| Binary | 10100100 | 1000111 | 11111110 | 100011 | 1001000 | 0 | 0 | 100001110 | 1100011 | 1000000 |
Color Harmonies of #A447FE
Complementary color
Monochromatic Colors of #A447FE
Black with #A447FE
Text Example
Text Example
White with #A447FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A447FE; }
p { color: rgb(164,71,254); }
H1.HeaderClassName
{
color: #A447FE;
}
.AnyTagClassName
{
color: #A447FE;
}
</style>
background-color css
<style>
a { background-color: #A447FE; }
a { background-color: rgb(164,71,254); }
div.DivClassName
{
background-color: #A447FE;
}
.BgClassName
{
background-color: #A447FE;
}
</style>
border-color css
<style>
span { border-color: #A447FE; }
span { border-color: rgb(164,71,254); }
td.TdClassName
{
border-color: #A447FE;
}
.TagClassName
{
border-color: #A447FE;
}
</style>