Shades of Blue Violet #A820F0
Tints of Blue Violet #A820F0
RGB
CMYK
RGB Variations
Color information
#A820F0 (or 0xA820F0) is known color: Blue Violet. HEX triplet: A8, 20 and F0. RGB value is (168,32,240). Sum of RGB (Red+Green+Blue) = 168+32+240=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #A820F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A820F0 is #57DF0F. Grayscale: #5F5F5F. Windows color (decimal): -5758736 or 15737000. OLE color: 15737000.
HSL color Cylindrical-coordinate representation of color #A820F0: hue angle of 279.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A820F0 is Cyan = 0.3, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 32 | 240 | - |
| CMYK | 0.3 | 0.87 | 0 | 0.06 |
| HSL | 279.23º | 0.87% | 0.53% | - |
| HSV(B) | 279.23º | 0.87% | 0.94% | - |
| XYZ | 32.39 | 15.65 | 83.75 | - |
| YUV | 96.38 | 209.06 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 240 | 0.3 | 0.87 | 0 | 0.06 | 279.23 | 0.87 | 0.53 |
| Hex | A8 | 20 | F0 | 1E | 57 | 0 | 6 | 117 | 57 | 35 |
| Octal | 250 | 40 | 360 | 36 | 127 | 0 | 6 | 427 | 127 | 65 |
| Binary | 10101000 | 100000 | 11110000 | 11110 | 1010111 | 0 | 110 | 100010111 | 1010111 | 110101 |
Color Harmonies of #A820F0
Complementary color
Monochromatic Colors of #A820F0
Black with #A820F0
Text Example
Text Example
White with #A820F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820F0; }
p { color: rgb(168,32,240); }
H1.HeaderClassName
{
color: #A820F0;
}
.AnyTagClassName
{
color: #A820F0;
}
</style>
background-color css
<style>
a { background-color: #A820F0; }
a { background-color: rgb(168,32,240); }
div.DivClassName
{
background-color: #A820F0;
}
.BgClassName
{
background-color: #A820F0;
}
</style>
border-color css
<style>
span { border-color: #A820F0; }
span { border-color: rgb(168,32,240); }
td.TdClassName
{
border-color: #A820F0;
}
.TagClassName
{
border-color: #A820F0;
}
</style>