#A349F2

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

Shades of Blue Violet #A349F2

Tints of Blue Violet #A349F2

Color information

#A349F2 (or 0xA349F2) is unknown color: approx Blue Violet. HEX triplet: A3, 49 and F2. RGB value is (163,73,242). Sum of RGB (Red+Green+Blue) = 163+73+242=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #A349F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A349F2 is #5CB60D. Grayscale: #767676. Windows color (decimal): -6075918 or 15878563. OLE color: 15878563.

HSL color Cylindrical-coordinate representation of color #A349F2: hue angle of 271.95º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A349F2 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16373242-
CMYK0.330.7000.05
HSL271.95º86.67%61.76%-
HSV(B)271.95º69.83%94.9%-
XYZ33.5118.9685.9-
YUV119.18197.32159.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 73 (28.91% from 255) = 15.27%
BLUE value IS 242 (94.92% from 255) = 50.63%
R=34.10%
G=15.27%
B=50.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal163732420.330.7000.05271.9586.6761.76
HexA349F2214605110573e
Octal243111362411060542012776
Binary10100011100100111110010100001100011001011000100001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A349F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A349F2; }

 p { color: rgb(163,73,242); }

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

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

 a { background-color: rgb(163,73,242); }

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

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

 span { border-color: rgb(163,73,242); }

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