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