Shades of Blue Violet #A339F8
Tints of Blue Violet #A339F8
RGB
CMYK
RGB Variations
Color information
#A339F8 (or 0xA339F8) is known color: Blue Violet. HEX triplet: A3, 39 and F8. RGB value is (163,57,248). Sum of RGB (Red+Green+Blue) = 163+57+248=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #A339F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A339F8 is #5CC607. Grayscale: #6D6D6D. Windows color (decimal): -6080008 or 16267683. OLE color: 16267683.
HSL color Cylindrical-coordinate representation of color #A339F8: hue angle of 273.3º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A339F8 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 57 | 248 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.03 |
| HSL | 273.3º | 0.93% | 0.6% | - |
| HSV(B) | 273.3º | 0.77% | 0.97% | - |
| XYZ | 33.51 | 17.49 | 90.42 | - |
| YUV | 110.47 | 205.62 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 248 | 0.34 | 0.77 | 0 | 0.03 | 273.3 | 0.93 | 0.6 |
| Hex | A3 | 39 | F8 | 22 | 4D | 0 | 3 | 111 | 5D | 3C |
| Octal | 243 | 71 | 370 | 42 | 115 | 0 | 3 | 421 | 135 | 74 |
| Binary | 10100011 | 111001 | 11111000 | 100010 | 1001101 | 0 | 11 | 100010001 | 1011101 | 111100 |
Color Harmonies of #A339F8
Complementary color
Monochromatic Colors of #A339F8
Black with #A339F8
Text Example
Text Example
White with #A339F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339F8; }
p { color: rgb(163,57,248); }
H1.HeaderClassName
{
color: #A339F8;
}
.AnyTagClassName
{
color: #A339F8;
}
</style>
background-color css
<style>
a { background-color: #A339F8; }
a { background-color: rgb(163,57,248); }
div.DivClassName
{
background-color: #A339F8;
}
.BgClassName
{
background-color: #A339F8;
}
</style>
border-color css
<style>
span { border-color: #A339F8; }
span { border-color: rgb(163,57,248); }
td.TdClassName
{
border-color: #A339F8;
}
.TagClassName
{
border-color: #A339F8;
}
</style>