Shades of Blue Violet #A848FF
Tints of Blue Violet #A848FF
RGB
CMYK
RGB Variations
Color information
#A848FF (or 0xA848FF) is known color: Blue Violet. HEX triplet: A8, 48 and FF. RGB value is (168,72,255). Sum of RGB (Red+Green+Blue) = 168+72+255=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #A848FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A848FF is #57B700. Grayscale: #787878. Windows color (decimal): -5748481 or 16730280. OLE color: 16730280.
HSL color Cylindrical-coordinate representation of color #A848FF: hue angle of 271.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A848FF is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 72 | 255 | - |
| CMYK | 0.34 | 0.72 | 0 | 0 |
| HSL | 271.48º | 1% | 0.64% | - |
| HSV(B) | 271.48º | 0.72% | 1% | - |
| XYZ | 36.52 | 20.18 | 96.58 | - |
| YUV | 121.57 | 203.3 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 255 | 0.34 | 0.72 | 0 | 0 | 271.48 | 1 | 0.64 |
| Hex | A8 | 48 | FF | 22 | 48 | 0 | 0 | 10F | 64 | 40 |
| Octal | 250 | 110 | 377 | 42 | 110 | 0 | 0 | 417 | 144 | 100 |
| Binary | 10101000 | 1001000 | 11111111 | 100010 | 1001000 | 0 | 0 | 100001111 | 1100100 | 1000000 |
Color Harmonies of #A848FF
Complementary color
Monochromatic Colors of #A848FF
Black with #A848FF
Text Example
Text Example
White with #A848FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A848FF; }
p { color: rgb(168,72,255); }
H1.HeaderClassName
{
color: #A848FF;
}
.AnyTagClassName
{
color: #A848FF;
}
</style>
background-color css
<style>
a { background-color: #A848FF; }
a { background-color: rgb(168,72,255); }
div.DivClassName
{
background-color: #A848FF;
}
.BgClassName
{
background-color: #A848FF;
}
</style>
border-color css
<style>
span { border-color: #A848FF; }
span { border-color: rgb(168,72,255); }
td.TdClassName
{
border-color: #A848FF;
}
.TagClassName
{
border-color: #A848FF;
}
</style>