Shades of Blue Violet #A339FE
Tints of Blue Violet #A339FE
RGB
CMYK
RGB Variations
Color information
#A339FE (or 0xA339FE) is known color: Blue Violet. HEX triplet: A3, 39 and FE. RGB value is (163,57,254). Sum of RGB (Red+Green+Blue) = 163+57+254=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #A339FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A339FE is #5CC601. Grayscale: #6E6E6E. Windows color (decimal): -6080002 or 16660899. OLE color: 16660899.
HSL color Cylindrical-coordinate representation of color #A339FE: hue angle of 272.28º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A339FE is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 57 | 254 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.00 |
| HSL | 272.28º | 0.99% | 0.61% | - |
| HSV(B) | 272.28º | 0.78% | 1% | - |
| XYZ | 34.46 | 17.87 | 95.4 | - |
| YUV | 111.15 | 208.62 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 254 | 0.36 | 0.78 | 0 | 0.00 | 272.28 | 0.99 | 0.61 |
| Hex | A3 | 39 | FE | 24 | 4E | 0 | 0 | 110 | 63 | 3D |
| Octal | 243 | 71 | 376 | 44 | 116 | 0 | 0 | 420 | 143 | 75 |
| Binary | 10100011 | 111001 | 11111110 | 100100 | 1001110 | 0 | 0 | 100010000 | 1100011 | 111101 |
Color Harmonies of #A339FE
Complementary color
Monochromatic Colors of #A339FE
Black with #A339FE
Text Example
Text Example
White with #A339FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339FE; }
p { color: rgb(163,57,254); }
H1.HeaderClassName
{
color: #A339FE;
}
.AnyTagClassName
{
color: #A339FE;
}
</style>
background-color css
<style>
a { background-color: #A339FE; }
a { background-color: rgb(163,57,254); }
div.DivClassName
{
background-color: #A339FE;
}
.BgClassName
{
background-color: #A339FE;
}
</style>
border-color css
<style>
span { border-color: #A339FE; }
span { border-color: rgb(163,57,254); }
td.TdClassName
{
border-color: #A339FE;
}
.TagClassName
{
border-color: #A339FE;
}
</style>