Shades of Blue Violet #A334FE
Tints of Blue Violet #A334FE
RGB
CMYK
RGB Variations
Color information
#A334FE (or 0xA334FE) is known color: Blue Violet. HEX triplet: A3, 34 and FE. RGB value is (163,52,254). Sum of RGB (Red+Green+Blue) = 163+52+254=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #A334FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A334FE is #5CCB01. Grayscale: #6B6B6B. Windows color (decimal): -6081282 or 16659619. OLE color: 16659619.
HSL color Cylindrical-coordinate representation of color #A334FE: hue angle of 272.97º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A334FE is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 52 | 254 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.00 |
| HSL | 272.97º | 0.99% | 0.6% | - |
| HSV(B) | 272.97º | 0.8% | 1% | - |
| XYZ | 34.22 | 17.4 | 95.32 | - |
| YUV | 108.22 | 210.27 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 254 | 0.36 | 0.80 | 0 | 0.00 | 272.97 | 0.99 | 0.6 |
| Hex | A3 | 34 | FE | 24 | 50 | 0 | 0 | 111 | 63 | 3C |
| Octal | 243 | 64 | 376 | 44 | 120 | 0 | 0 | 421 | 143 | 74 |
| Binary | 10100011 | 110100 | 11111110 | 100100 | 1010000 | 0 | 0 | 100010001 | 1100011 | 111100 |
Color Harmonies of #A334FE
Complementary color
Monochromatic Colors of #A334FE
Black with #A334FE
Text Example
Text Example
White with #A334FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334FE; }
p { color: rgb(163,52,254); }
H1.HeaderClassName
{
color: #A334FE;
}
.AnyTagClassName
{
color: #A334FE;
}
</style>
background-color css
<style>
a { background-color: #A334FE; }
a { background-color: rgb(163,52,254); }
div.DivClassName
{
background-color: #A334FE;
}
.BgClassName
{
background-color: #A334FE;
}
</style>
border-color css
<style>
span { border-color: #A334FE; }
span { border-color: rgb(163,52,254); }
td.TdClassName
{
border-color: #A334FE;
}
.TagClassName
{
border-color: #A334FE;
}
</style>