#A334F6

Color #A334F6 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A334F6

Tints of Blue Violet #A334F6

Color information

#A334F6 (or 0xA334F6) is unknown color: approx Blue Violet. HEX triplet: A3, 34 and F6. RGB value is (163,52,246). Sum of RGB (Red+Green+Blue) = 163+52+246=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #A334F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A334F6 is #5CCB09. Grayscale: #6A6A6A. Windows color (decimal): -6081290 or 16135331. OLE color: 16135331.

HSL color Cylindrical-coordinate representation of color #A334F6: hue angle of 274.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A334F6 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16352246-
CMYK0.340.7900.04
HSL274.33º91.51%58.43%-
HSV(B)274.33º78.86%96.47%-
XYZ32.9716.988.71-
YUV107.3206.27167.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 52 (20.70% from 255) = 11.28%
BLUE value IS 246 (96.48% from 255) = 53.36%
R=35.36%
G=11.28%
B=53.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal163522460.340.7900.04274.3391.5158.43
HexA334F6224F041125c3a
Octal24364366421170442213472
Binary1010001111010011110110100010100111101001000100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A334F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A334F6; }

 p { color: rgb(163,52,246); }

 H1.HeaderClassName
 {
   color: #A334F6;
 }
 .AnyTagClassName
 {
   color: #A334F6;
 }
</style>
background-color css

<style>
 a { background-color: #A334F6; }

 a { background-color: rgb(163,52,246); }

 div.DivClassName
 {
   background-color: #A334F6;
 }
 .BgClassName
 {
   background-color: #A334F6;
 }
</style>
border-color css

<style>
 span { border-color: #A334F6; }

 span { border-color: rgb(163,52,246); }

 td.TdClassName
 {
   border-color: #A334F6;
 }
 .TagClassName
 {
   border-color: #A334F6;
 }
</style>