Html Css Color HEX #A346F9 Blue Violet

📋 copy color: '#A346F9'

red 163 ◦ green 70 ◦ blue 249

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

Shades of Blue Violet #A346F9

Tints of Blue Violet #A346F9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.52%

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

R = 33.82%
G = 14.52%
B = 51.66%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A346F9 (or 0xA346F9) is known color: Blue Violet. HEX triplet: A3, 46 and F9. RGB value is (163,70,249). Sum of RGB (Red+Green+Blue) = 163+70+249=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #A346F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A346F9 is #5CB906. Grayscale: #757575. Windows color (decimal): -6076679 or 16336547. OLE color: 16336547.

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

Color convert

RGB 163 70 249 -
CMYK 0.35 0.72 0 0.02
HSL 271.17º 0.94% 0.63% -
HSV(B) 271.17º 0.72% 0.98% -
XYZ 34.39 19.01 91.48 -
YUV 118.21 201.81 159.95 -
System Red Green Blue C M Y K H S L
Decimal 163 70 249 0.35 0.72 0 0.02 271.17 0.94 0.63
Hex A3 46 F9 23 48 0 2 10F 5E 3F
Octal 243 106 371 43 110 0 2 417 136 77
Binary 10100011 1000110 11111001 100011 1001000 0 10 100001111 1011110 111111

Color Harmonies of #A346F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346F9

Black with #A346F9

Text Example


Text Example

White with #A346F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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