Shades of Blue Violet #A548FE
Tints of Blue Violet #A548FE
RGB
CMYK
RGB Variations
Color information
#A548FE (or 0xA548FE) is known color: Blue Violet. HEX triplet: A5, 48 and FE. RGB value is (165,72,254). Sum of RGB (Red+Green+Blue) = 165+72+254=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #A548FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A548FE is #5AB701. Grayscale: #777777. Windows color (decimal): -5945090 or 16664741. OLE color: 16664741.
HSL color Cylindrical-coordinate representation of color #A548FE: hue angle of 270.66º 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 #A548FE is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 72 | 254 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.00 |
| HSL | 270.66º | 0.99% | 0.64% | - |
| HSV(B) | 270.66º | 0.72% | 1% | - |
| XYZ | 35.72 | 19.79 | 95.7 | - |
| YUV | 120.56 | 203.31 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 254 | 0.35 | 0.72 | 0 | 0.00 | 270.66 | 0.99 | 0.64 |
| Hex | A5 | 48 | FE | 23 | 48 | 0 | 0 | 10F | 63 | 40 |
| Octal | 245 | 110 | 376 | 43 | 110 | 0 | 0 | 417 | 143 | 100 |
| Binary | 10100101 | 1001000 | 11111110 | 100011 | 1001000 | 0 | 0 | 100001111 | 1100011 | 1000000 |
Color Harmonies of #A548FE
Complementary color
Monochromatic Colors of #A548FE
Black with #A548FE
Text Example
Text Example
White with #A548FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A548FE; }
p { color: rgb(165,72,254); }
H1.HeaderClassName
{
color: #A548FE;
}
.AnyTagClassName
{
color: #A548FE;
}
</style>
background-color css
<style>
a { background-color: #A548FE; }
a { background-color: rgb(165,72,254); }
div.DivClassName
{
background-color: #A548FE;
}
.BgClassName
{
background-color: #A548FE;
}
</style>
border-color css
<style>
span { border-color: #A548FE; }
span { border-color: rgb(165,72,254); }
td.TdClassName
{
border-color: #A548FE;
}
.TagClassName
{
border-color: #A548FE;
}
</style>