Shades of Blue Violet #A334F7
Tints of Blue Violet #A334F7
RGB
CMYK
RGB Variations
Color information
#A334F7 (or 0xA334F7) is known color: Blue Violet. HEX triplet: A3, 34 and F7. RGB value is (163,52,247). Sum of RGB (Red+Green+Blue) = 163+52+247=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #A334F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A334F7 is #5CCB08. Grayscale: #6A6A6A. Windows color (decimal): -6081289 or 16200867. OLE color: 16200867.
HSL color Cylindrical-coordinate representation of color #A334F7: hue angle of 274.15º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A334F7 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 52 | 247 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.03 |
| HSL | 274.15º | 0.92% | 0.59% | - |
| HSV(B) | 274.15º | 0.79% | 0.97% | - |
| XYZ | 33.12 | 16.96 | 89.52 | - |
| YUV | 107.42 | 206.77 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 247 | 0.34 | 0.79 | 0 | 0.03 | 274.15 | 0.92 | 0.59 |
| Hex | A3 | 34 | F7 | 22 | 4F | 0 | 3 | 112 | 5C | 3B |
| Octal | 243 | 64 | 367 | 42 | 117 | 0 | 3 | 422 | 134 | 73 |
| Binary | 10100011 | 110100 | 11110111 | 100010 | 1001111 | 0 | 11 | 100010010 | 1011100 | 111011 |
Color Harmonies of #A334F7
Complementary color
Monochromatic Colors of #A334F7
Black with #A334F7
Text Example
Text Example
White with #A334F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334F7; }
p { color: rgb(163,52,247); }
H1.HeaderClassName
{
color: #A334F7;
}
.AnyTagClassName
{
color: #A334F7;
}
</style>
background-color css
<style>
a { background-color: #A334F7; }
a { background-color: rgb(163,52,247); }
div.DivClassName
{
background-color: #A334F7;
}
.BgClassName
{
background-color: #A334F7;
}
</style>
border-color css
<style>
span { border-color: #A334F7; }
span { border-color: rgb(163,52,247); }
td.TdClassName
{
border-color: #A334F7;
}
.TagClassName
{
border-color: #A334F7;
}
</style>