Html Css Color HEX #A349F9 Blue Violet

📋 copy color: '#A349F9'

red 163 ◦ green 73 ◦ blue 249

#A349F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A349F9

Tints of Blue Violet #A349F9

RGB

 RED value IS 163 (64.06% from 255) = 33.61%

 GREEN value IS 73 (28.91% from 255) = 15.05%

 BLUE value IS 249 (97.66% from 255) = 51.34%

R = 33.61%
G = 15.05%
B = 51.34%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A349F9 (or 0xA349F9) is known color: Blue Violet. HEX triplet: A3, 49 and F9. RGB value is (163,73,249). Sum of RGB (Red+Green+Blue) = 163+73+249=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #A349F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A349F9 is #5CB606. Grayscale: #777777. Windows color (decimal): -6075911 or 16337315. OLE color: 16337315.

HSL color Cylindrical-coordinate representation of color #A349F9: hue angle of 270.68º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A349F9 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 73 249 -
CMYK 0.35 0.71 0 0.02
HSL 270.68º 0.94% 0.63% -
HSV(B) 270.68º 0.71% 0.98% -
XYZ 34.59 19.39 91.54 -
YUV 119.97 200.82 158.69 -
System Red Green Blue C M Y K H S L
Decimal 163 73 249 0.35 0.71 0 0.02 270.68 0.94 0.63
Hex A3 49 F9 23 47 0 2 10F 5E 3F
Octal 243 111 371 43 107 0 2 417 136 77
Binary 10100011 1001001 11111001 100011 1000111 0 10 100001111 1011110 111111

Color Harmonies of #A349F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349F9

Black with #A349F9

Text Example


Text Example

White with #A349F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349F9; }

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

 H1.HeaderClassName
 {
   color: #A349F9;
 }
 .AnyTagClassName
 {
   color: #A349F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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